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 e156252 commit 04876c7Copy full SHA for 04876c7
.travis.yml
@@ -20,7 +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
- - arduino --install-library "Adafruit NeoPixel"
+ - arduino --install-library "Adafruit NeoPixel","Adafruit SSD1306"
24
25
before_script:
26
0 commit comments