Skip to content

Commit c05ab9d

Browse files
committed
update travis, install adafruit/SdFat library for travis
1 parent da963ae commit c05ab9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ before_install:
2626
- source install.sh
2727

2828
install:
29-
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI","SdFat"
29+
- arduino --install-library "Adafruit SPIFlash"
30+
- git clone --quiet https://github.com/adafruit/SdFat.git $HOME/Arduino/libraries/SdFat
3031
- pip3 install --user adafruit-nrfutil
3132

3233
script:

0 commit comments

Comments
 (0)