Skip to content

Commit 8318005

Browse files
committed
force remove old bsp
1 parent cccc663 commit 8318005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ before_install:
2727
- source install.sh
2828
# Remove release code and clone git master of nRF52
2929
- BSP_VERSION=`eval ls $BSP_PATH/nrf52`
30-
- rm -r $BSP_PATH/nrf52/*
30+
- rm -rf $BSP_PATH/nrf52/*
3131
- git clone --quiet https://github.com/adafruit/Adafruit_nRF52_Arduino.git $BSP_PATH/nrf52/$BSP_VERSION
3232
# Remove release code and clone git master of SAMD
3333
- BSP_VERSION=`eval ls $BSP_PATH/samd`
34-
- rm -r $BSP_PATH/samd/*
34+
- rm -rf $BSP_PATH/samd/*
3535
- git clone --quiet https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
3636

3737
install:

0 commit comments

Comments
 (0)