Skip to content

Commit 39d6c0b

Browse files
committed
travis test
1 parent 591bf3b commit 39d6c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

1515
before_install:
16-
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
16+
- source <(curl -SLs https://raw.githubusercontent.com/hathach/travis-ci-arduino/tinyusb-option/install.sh)
1717

1818
install:
1919
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
2020

2121
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" )'
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" )'
2323
- build_m4_platforms
2424

2525
# Generate and deploy documentation

0 commit comments

Comments
 (0)