Skip to content

Commit f5fab35

Browse files
authored
Merge pull request adafruit#945 from tannewt/nrf52832
Switch to Feather52s full name to avoid confusion with the nrf52840 later
2 parents be5eb91 + c90abb1 commit f5fab35

19 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
- TRAVIS_BOARD=pirkey_m0
2323
- TRAVIS_BOARD=trinket_m0
2424
- TRAVIS_BOARD=gemma_m0
25-
- TRAVIS_BOARD=feather52
25+
- TRAVIS_BOARD=feather52832
2626
- TRAVIS_BOARD=pca10056
2727
- TRAVIS_TEST=qemu
2828
- TRAVIS_TEST=unix
@@ -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)