We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccc663 commit 8318005Copy full SHA for 8318005
.travis.yml
@@ -27,11 +27,11 @@ before_install:
27
- source install.sh
28
# Remove release code and clone git master of nRF52
29
- BSP_VERSION=`eval ls $BSP_PATH/nrf52`
30
- - rm -r $BSP_PATH/nrf52/*
+ - rm -rf $BSP_PATH/nrf52/*
31
- git clone --quiet https://github.com/adafruit/Adafruit_nRF52_Arduino.git $BSP_PATH/nrf52/$BSP_VERSION
32
# Remove release code and clone git master of SAMD
33
- BSP_VERSION=`eval ls $BSP_PATH/samd`
34
- - rm -r $BSP_PATH/samd/*
+ - rm -rf $BSP_PATH/samd/*
35
- git clone --quiet https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
36
37
install:
0 commit comments