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 604fda5 commit e156252Copy full SHA for e156252
.travis.yml
@@ -20,10 +20,7 @@ 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"
+ - arduino --install-library "Adafruit NeoPixel"
27
28
before_script:
29
0 commit comments