We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16593e8 commit d64ad93Copy full SHA for d64ad93
.travis.yml
@@ -14,7 +14,7 @@ env:
14
before_install:
15
- source <(curl -SLs https://raw.githubusercontent.com/brentru/travis-ci-arduino/add-m4-airlift-target/install.sh)
16
- cd $HOME/arduino_ide/libraries/
17
- - wget wget https://github.com/adafruit/WiFiNINA/archive/master.zip && unzip master.zip
+ - wget https://github.com/adafruit/WiFiNINA/archive/master.zip && unzip master.zip
18
- mv WiFiNINA-master/ WiFiNINA && rm master.zip
19
- cd /home/travis/build/adafruit/Adafruit_IO_Arduino
20
0 commit comments