Skip to content

Commit 3fdea28

Browse files
committed
Fix Travis build
1 parent fe4518d commit 3fdea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script:
3434
- source tests/common.sh
3535
- arduino --board esp8266com:esp8266:generic --save-prefs
3636
- arduino --get-pref sketchbook.path
37-
- build_sketches arduino $ESP8266_ARDUINO_DIR/libraries/ESP8266WiFi/examples/HTTPSRequest
37+
- build_sketches $HOME/arduino_ide $ESP8266_ARDUINO_DIR/libraries/ESP8266WiFi/examples/HTTPSRequest
3838
# Feel free to add more test cases (for other environments) here
3939

4040
notifications:

0 commit comments

Comments
 (0)