Skip to content

Commit 604fda5

Browse files
committed
4 stars
1 parent be29932 commit 604fda5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ install:
2020
- export PATH=$HOME/arduino_ide:$PATH
2121
- arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
2222
- 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
2326
- arduino --install-library "Adafruit GFX","Adafruit NeoPixel"
2427

2528
before_script:

0 commit comments

Comments
 (0)