File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ cache:
10
10
11
11
env :
12
12
- SCRIPT=platformioSingle EXAMPLE=EchoBot BOARDTYPE=ESP8266 BOARD=d1_mini
13
+ - SCRIPT=platformioSingle EXAMPLE=CustomKeyboard BOARDTYPE=ESP8266 BOARD=d1_mini
14
+ - SCRIPT=platformioSingle EXAMPLE=FlashledBot BOARDTYPE=ESP8266 BOARD=d1_mini
15
+ - SCRIPT=platformioSingle EXAMPLE=UsingWiFiManager BOARDTYPE=ESP8266 BOARD=d1_mini
16
+
17
+ # This will run all the ESP8266 examples
13
18
# - SCRIPT=platformioEsp8266 BOARD=d1_mini
14
19
15
20
install :
@@ -19,4 +24,6 @@ install:
19
24
#
20
25
# http://platformio.org/lib/show/64/ArduinoJson
21
26
- platformio lib -g install 64
27
+ # http://platformio.org/lib/show/567/WifiManager
28
+ - platformio lib -g install 567
22
29
script : scripts/travis/$SCRIPT.sh
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ lib_deps_external = ArduinoJson
14
14
platform = espressif8266
15
15
board = d1_mini
16
16
framework = arduino
17
- lib_deps = ${common.lib_deps_external}
17
+ lib_deps = WifiManager, ${common.lib_deps_external}
You can’t perform that action at this time.
0 commit comments