Skip to content

Commit 3969c1b

Browse files
committed
fix script typo
1 parent 676a254 commit 3969c1b

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
@@ -28,11 +28,11 @@ before_install:
2828
# Remove release code and clone git master of nRF52
2929
- BSP_VERSION=`eval ls $BSP_PATH/nrf52`
3030
- 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
3232
# Remove release code and clone git master of SAMD
3333
- BSP_VERSION=`eval ls $BSP_PATH/samd`
3434
- 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
3636

3737
install:
3838
- arduino --install-library "Adafruit SPIFlash","MIDI Library","Adafruit seesaw Library"

0 commit comments

Comments
 (0)