Skip to content

Commit 93396bb

Browse files
committed
test travis cont
1 parent 39d6c0b commit 93396bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ git:
99
quiet: true
1010
env:
1111
global:
12-
- PRETTYNAME="Adafruit QSPI Library"
12+
- PRETTYNAME="Adafruit TinyUSB Library"
1313
#- DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
1414

1515
before_install:
16-
- source <(curl -SLs https://raw.githubusercontent.com/hathach/travis-ci-arduino/tinyusb-option/install.sh)
16+
- curl -SLs 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
1719

1820
install:
1921
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
2022

2123
script:
22-
#- export M4_PLATFORMS='declare -A m4_platforms=( [m4]="adafruit:samd:adafruit_metro_m4:speed=120,usbstack=tinyusb", [trellis_m4]="adafruit:samd:adafruit_trellis_m4:speed=120,usbstack=tinyusb" )'
2324
- build_m4_platforms
2425

2526
# Generate and deploy documentation

0 commit comments

Comments
 (0)