Skip to content

Commit

Permalink
Fix CI failure to run
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jul 8, 2019
1 parent c7ca447 commit 8cedb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ script:
- source tests/common.sh
- arduino --board esp8266com:esp8266:generic --save-prefs
- arduino --get-pref sketchbook.path
- build_sketches $HOME/arduino_ide $ESP8266_ARDUINO_DIR/libraries/ESP8266WiFi/examples/HTTPSRequest "-l $ESP8266_ARDUINO_DIR/libraries" 1 0
- mkdir /tmp/cache
- cache_dir=/tmp/cache build_sketches $HOME/arduino_ide $ESP8266_ARDUINO_DIR/libraries/ESP8266WiFi/examples/HTTPSRequest "-l $ESP8266_ARDUINO_DIR/libraries" 1 0 lm2f
# Feel free to add more test cases (for other environments) here

notifications:
Expand Down

0 comments on commit 8cedb98

Please sign in to comment.