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 4c33dbb commit 979db7dCopy full SHA for 979db7d
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
- sudo mv arduino-$ARDUINO_IDE_VERSION /usr/local/share/arduino
17
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
18
- 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
+ - if $ESP32; then arduino --install-boards esp32:esp32:$ARDUINO_ESP32_VERSION; fi
20
install:
21
- ln -s $PWD /usr/local/share/arduino/libraries/$LIBRARY_NAME
22
- arduino --install-library "ArduinoLog"
0 commit comments