File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ before_install:
28
28
# Remove release code and clone git master of nRF52
29
29
- BSP_VERSION=`eval ls $BSP_PATH/nrf52`
30
30
- rm -r $BSP_PATH/nrf52/*
31
- - git clone --quite https://github.com/adafruit/Adafruit_nRF52_Arduino.git $BSP_PATH/nrf52/$BSP_VERSION
31
+ - git clone --quiet https://github.com/adafruit/Adafruit_nRF52_Arduino.git $BSP_PATH/nrf52/$BSP_VERSION
32
32
# Remove release code and clone git master of SAMD
33
33
- BSP_VERSION=`eval ls $BSP_PATH/samd`
34
34
- rm -r $BSP_PATH/samd/*
35
- - git clone --quite https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
35
+ - git clone --quiet https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
36
36
37
37
install :
38
38
- arduino --install-library "Adafruit SPIFlash","MIDI Library","Adafruit seesaw Library"
You can’t perform that action at this time.
0 commit comments