We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20a40e commit 7d6cd37Copy full SHA for 7d6cd37
.travis.yml
@@ -74,7 +74,7 @@ script:
74
# Build current example
75
- |
76
if [ ! "${BUILD_UNIT_TESTS}" ]; then
77
- if [ "${REQUIRES_USB}"]; then
+ if [ "${REQUIRES_USB}" ]; then
78
platformio ci --lib="." --lib=external/midi-usb --board="due" --board="zero" --board="leonardo"
79
else
80
platformio ci --lib="." --board=uno --board="due" --board="zero" --board="leonardo"
0 commit comments