Skip to content

Commit d64ad93

Browse files
brentrubrentru
authored andcommitted
remove extra wget
1 parent 16593e8 commit d64ad93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
before_install:
1515
- source <(curl -SLs https://raw.githubusercontent.com/brentru/travis-ci-arduino/add-m4-airlift-target/install.sh)
1616
- cd $HOME/arduino_ide/libraries/
17-
- wget wget https://github.com/adafruit/WiFiNINA/archive/master.zip && unzip master.zip
17+
- wget https://github.com/adafruit/WiFiNINA/archive/master.zip && unzip master.zip
1818
- mv WiFiNINA-master/ WiFiNINA && rm master.zip
1919
- cd /home/travis/build/adafruit/Adafruit_IO_Arduino
2020

0 commit comments

Comments
 (0)