Fix space.

This commit is contained in:
Francois Best 2016-11-02 08:21:06 +01:00
parent b20a40ed9a
commit 7d6cd37ec3
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ script:
# Build current example # Build current example
- | - |
if [ ! "${BUILD_UNIT_TESTS}" ]; then if [ ! "${BUILD_UNIT_TESTS}" ]; then
if [ "${REQUIRES_USB}"]; then if [ "${REQUIRES_USB}" ]; then
platformio ci --lib="." --lib=external/midi-usb --board="due" --board="zero" --board="leonardo" platformio ci --lib="." --lib=external/midi-usb --board="due" --board="zero" --board="leonardo"
else else
platformio ci --lib="." --board=uno --board="due" --board="zero" --board="leonardo" platformio ci --lib="." --board=uno --board="due" --board="zero" --board="leonardo"