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 be29932 commit 604fda5Copy full SHA for 604fda5
.travis.yml
@@ -20,6 +20,9 @@ install:
20
- export PATH=$HOME/arduino_ide:$PATH
21
- arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
22
- arduino --install-boards adafruit:nrf52
23
+ # install random lib so the arduino IDE grabs a new library index
24
+ # see: https://github.com/arduino/Arduino/issues/3535
25
+ - arduino --install-library USBHost
26
- arduino --install-library "Adafruit GFX","Adafruit NeoPixel"
27
28
before_script:
0 commit comments