Skip to content

Commit 28cf400

Browse files
committed
more travis test
1 parent cd9356d commit 28cf400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ install:
2121
- arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
2222
# Install BSP for tools, then remove and create symlink the git code
2323
- arduino --install-boards adafruit:nrf52
24+
- ls $HOME/.arduino15/packages/adafruit/hardware
2425
- rm -r $HOME/.arduino15/packages/adafruit/hardware/nrf52
2526
- ln -s $TRAVIS_BUILD_DIR $HOME/.arduino15/packages/adafruit/hardware/nrf52
27+
- ls $HOME/.arduino15/packages/adafruit/hardware
2628
- arduino --install-library "Adafruit NeoPixel","Adafruit NeoMatrix","Adafruit GFX Library","Adafruit SSD1306","MIDI Library",
2729

2830
before_script:

0 commit comments

Comments
 (0)