Skip to content

Commit 356fec4

Browse files
brentrubrentru
authored andcommitted
list post-install path
1 parent 03c9cd9 commit 356fec4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ env:
1313

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

2019
install:
2120
- arduino --install-library "Adafruit IO Arduino","Adafruit MQTT Library","ArduinoHttpClient"
2221
- arduino --install-library "Adafruit Unified Sensor","Adafruit NeoPixel","DHT sensor library", "Ethernet"
23-
- ls
24-
- cd $HOME/arduino_ide/libraries/ && ls
2522

2623
script:
2724
# build SAMD target

0 commit comments

Comments
 (0)