Skip to content

Commit 7d6cd37

Browse files
author
Francois Best
committed
Fix space.
1 parent b20a40e commit 7d6cd37

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
@@ -74,7 +74,7 @@ script:
7474
# Build current example
7575
- |
7676
if [ ! "${BUILD_UNIT_TESTS}" ]; then
77-
if [ "${REQUIRES_USB}"]; then
77+
if [ "${REQUIRES_USB}" ]; then
7878
platformio ci --lib="." --lib=external/midi-usb --board="due" --board="zero" --board="leonardo"
7979
else
8080
platformio ci --lib="." --board=uno --board="due" --board="zero" --board="leonardo"

0 commit comments

Comments
 (0)