File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ script:
75
75
- |
76
76
if [ ! "${BUILD_UNIT_TESTS}" ]; then
77
77
if [ "${REQUIRES_USB}" ]; then
78
- platformio ci --lib="." --lib=external/midi-usb --board="due" --board="dueUSB" --board="zero" --board="seroUSB " --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" --board="teensy20" --board="teensy20pp" --board="teensy30" --board="teensy31"
79
79
else
80
80
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"
81
81
fi
You can’t perform that action at this time.
0 commit comments