1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

Fix Travis build

This commit is contained in:
Ivan Grokhotkov 2016-04-19 08:41:06 +03:00
parent fe4518da8d
commit 3fdea2885d

View File

@ -34,7 +34,7 @@ script:
- source tests/common.sh - source tests/common.sh
- arduino --board esp8266com:esp8266:generic --save-prefs - arduino --board esp8266com:esp8266:generic --save-prefs
- arduino --get-pref sketchbook.path - arduino --get-pref sketchbook.path
- build_sketches arduino $ESP8266_ARDUINO_DIR/libraries/ESP8266WiFi/examples/HTTPSRequest - build_sketches $HOME/arduino_ide $ESP8266_ARDUINO_DIR/libraries/ESP8266WiFi/examples/HTTPSRequest
# Feel free to add more test cases (for other environments) here # Feel free to add more test cases (for other environments) here
notifications: notifications: