Skip to content

Commit 4bbc865

Browse files
committed
fix travis by installing neopixel lib
1 parent 7e48b2f commit 4bbc865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ before_install:
3535
- git clone --quiet https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
3636

3737
install:
38-
- arduino --install-library "Adafruit SPIFlash","MIDI Library","Adafruit seesaw Library"
38+
- arduino --install-library "Adafruit SPIFlash","MIDI Library","Adafruit seesaw Library","Adafruit NeoPixel"
3939
- git clone --quiet https://github.com/adafruit/SdFat.git $HOME/Arduino/libraries/SdFat
4040
- pip3 install --user adafruit-nrfutil
4141

0 commit comments

Comments
 (0)