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 93396bb commit be2d54aCopy full SHA for be2d54a
.travis.yml
@@ -13,9 +13,10 @@ env:
13
#- DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
14
15
before_install:
16
- - curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh
+ - wget -q https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh
17
# add tinyusb option
18
- sed -i 's/\(m4:speed=120\)/\1,usbstack=tinyusb/' install.sh
19
+ - source install.sh
20
21
install:
22
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
0 commit comments