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:
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="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"
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
You can’t perform that action at this time.
0 commit comments