Skip to content

Commit 168a76f

Browse files
brentrubrentru
authored andcommitted
unzip directly into the lib folder?
1 parent 3da0030 commit 168a76f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ env:
1313

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

2021
install:
2122
- arduino --install-library "Adafruit IO Arduino","Adafruit MQTT Library","ArduinoHttpClient"

0 commit comments

Comments
 (0)