Skip to content

Commit 9dfe220

Browse files
committed
Merge branch 'master' into develop
2 parents 6bfc929 + c525b52 commit 9dfe220

File tree

6 files changed

+445
-9
lines changed

6 files changed

+445
-9
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ before_install:
2626
- source install.sh
2727

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

3233
script:
33-
- build_samd_platforms
34+
- build_m4_platforms
3435
- build_nrf5x_platforms
3536

3637
# Generate and deploy documentation

0 commit comments

Comments
 (0)