8000 Fix BLE file download for travis. · sparkfun/circuitpython@c90abb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c90abb1

Browse files
committed
Fix BLE file download for travis.
1 parent 724bd7c commit c90abb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_script:
5858
# For teensy build
5959
- sudo apt-get install realpath
6060
# For nrf builds
61-
- ([[ $TRAVIS_BOARD != "feather52" && $TRAVIS_BOARD != "pca10056" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh)
61+
- ([[ $TRAVIS_BOARD != "feather52832" && $TRAVIS_BOARD != "pca10056" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh)
6262
# For huzzah builds
6363
- if [[ $TRAVIS_BOARD = "feather_huzzah" ]]; then wget https://github.com/jepler/esp-open-sdk/releases/download/2018-06-10/xtensa-lx106-elf-standalone.tar.gz && tar xavf xtensa-lx106-elf-standalone.tar.gz; PATH=$(readlink -f xtensa-lx106-elf/bin):$PATH; fi
6464
# For coverage testing (upgrade is used to get latest urllib3 version)

0 commit comments

Comments
 (0)
0