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 861c42b commit e26a63eCopy full SHA for e26a63e
.travis.yml
@@ -13,9 +13,8 @@ env:
13
14
before_install:
15
- source <(curl -SLs https://raw.githubusercontent.com/brentru/travis-ci-arduino/add-m4-airlift-target/install.sh)
16
- - pwd
17
- cd $HOME/arduino_ide/libraries/
18
- - wget https://github.com/adafruit/nina-fw/archive/master.zip && unzip master.zip && rm master.zip
+ - wget https://github.com/adafruit/WiFiNINA/archive/1.3.0.zip && unzip 1.3.0.zip && rm 1.3.0.zip
19
- cd /home/travis/build/adafruit/Adafruit_IO_Arduino
20
21
install:
0 commit comments