Skip to content

Commit 2b31380

Browse files
author
Francois Best
committed
Teensy does not handle Arduino's USB api.
1 parent 250e512 commit 2b31380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ script:
7575
- |
7676
if [ ! "${BUILD_UNIT_TESTS}" ]; then
7777
if [ "${REQUIRES_USB}" ]; then
78-
platformio ci --lib="." --lib=external/midi-usb --board="due" --board="dueUSB" --board="zero" --board="zeroUSB" --board="leonardo" --board="teensy20" --board="teensy20pp" --board="teensy30" --board="teensy31"
78+
platformio ci --lib="." --lib=external/midi-usb --board="due" --board="dueUSB" --board="zero" --board="zeroUSB" --board="leonardo"
7979
else
8080
platformio ci --lib="." --board=uno --board="due" --board="zero" --board="leonardo" --board="micro" --board="nanoatmega328" --board="megaatmega2560" --board="teensy20" --board="teensy20pp" --board="teensy30" --board="teensy31"
8181
fi

0 commit comments

Comments
 (0)