Skip to content

Commit 979db7d

Browse files
committed
Fixed misplaced semi-colon in conditional build script
1 parent 4c33dbb commit 979db7d

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
@@ -16,7 +16,7 @@ before_install:
1616
- sudo mv arduino-$ARDUINO_IDE_VERSION /usr/local/share/arduino
1717
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
1818
- arduino --pref boardsmanager.additional.urls=https://dl.espressif.com/dl/package_esp32_index.json --save-prefs
19-
- if $ESP32 then; arduino --install-boards esp32:esp32:$ARDUINO_ESP32_VERSION; fi
19+
- if $ESP32; then arduino --install-boards esp32:esp32:$ARDUINO_ESP32_VERSION; fi
2020
install:
2121
- ln -s $PWD /usr/local/share/arduino/libraries/$LIBRARY_NAME
2222
- arduino --install-library "ArduinoLog"

0 commit comments

Comments
 (0)