Skip to content

Commit 1a07521

Browse files
committed
fix travis
1 parent 671a16b commit 1a07521

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ install:
2525
# Install BSP for tools, then remove and create symlink the git code
2626
- arduino --install-boards adafruit:nrf52
2727
- BSP_VERSION=`eval ls $BSP_PATH`
28-
- echo $(BSP_VERSION)
2928
- rm -r $BSP_PATH/*
3029
- ln -s $TRAVIS_BUILD_DIR $BSP_PATH/$BSP_VERSION
31-
- ls $BSP_PATH
32-
- ls $BSP_PATH/*
33-
- ls $BSP_PATH/*/*
34-
- tree $HOME/.arduino15/packages/adafruit/hardware/nrf52
3530
- arduino --install-library "Adafruit NeoPixel","Adafruit NeoMatrix","Adafruit GFX Library","Adafruit SSD1306","MIDI Library",
3631

3732
before_script:

0 commit comments

Comments
 (0)