Skip to content

Commit be2d54a

Browse files
committed
more travis build
1 parent 93396bb commit be2d54a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ env:
1313
#- DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
1414

1515
before_install:
16-
- curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh
16+
- wget -q https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh
1717
# add tinyusb option
1818
- sed -i 's/\(m4:speed=120\)/\1,usbstack=tinyusb/' install.sh
19+
- source install.sh
1920

2021
install:
2122
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"

0 commit comments

Comments
 (0)