Skip to content

Commit e23c63f

Browse files
committed
install Adafruit ILI9341 library to fix travis build
1 parent 4bcaf05 commit e23c63f

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
@@ -27,7 +27,7 @@ install:
2727
- BSP_VERSION=`eval ls $BSP_PATH`
2828
- rm -r $BSP_PATH/*
2929
- ln -s $TRAVIS_BUILD_DIR $BSP_PATH/$BSP_VERSION
30-
- arduino --install-library "Adafruit NeoPixel","Adafruit NeoMatrix","Adafruit GFX Library","Adafruit SSD1306","MIDI Library",
30+
- arduino --install-library "Adafruit NeoPixel","Adafruit NeoMatrix","Adafruit GFX Library","Adafruit SSD1306","MIDI Library","Adafruit ILI9341"
3131

3232
before_script:
3333

0 commit comments

Comments
 (0)