From 3fdea2885d0f8287c81069b5b90cce7a170f0b48 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 19 Apr 2016 08:41:06 +0300 Subject: [PATCH] Fix Travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e948be250..5258cf589 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ script: - source tests/common.sh - arduino --board esp8266com:esp8266:generic --save-prefs - 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 notifications: