Skip to content

Commit 3da0030

Browse files
brentrubrentru
authored andcommitted
testing wget nina adafruit
1 parent f88bfc0 commit 3da0030

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ env:
1313

1414
before_install:
1515
- source <(curl -SLs https://raw.githubusercontent.com/brentru/travis-ci-arduino/add-m4-airlift-target/install.sh)
16+
- wget https://github.com/adafruit/nina-fw/archive/master.zip
17+
- unzip master.zip
18+
- ls $HOME/arduino_ide/libraries/Adafruit_Test_Library
1619

1720
install:
1821
- arduino --install-library "Adafruit IO Arduino","Adafruit MQTT Library","ArduinoHttpClient"
19-
- arduino --install-library "Adafruit Unified Sensor","Adafruit NeoPixel","DHT sensor library"
22+
- arduino --install-library "Adafruit Unified Sensor","Adafruit NeoPixel","DHT sensor library", "Ethernet"
2023

2124
script:
22-
# build ESP8266 target
23-
- build_platform esp8266
2425
# build SAMD target
25-
- arduino --install-library "WiFi101", "Ethernet"
2626
- build_platform m4wifi
27+
# build ESP8266 target
28+
- build_platform esp8266

0 commit comments

Comments
 (0)