diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-06-15 16:34:26 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-06-15 16:34:26 -0700 |
| commit | b4338921de1d3934d2b6620c056cdc5916ec0f04 (patch) | |
| tree | c434ae828d11365ed527ff3d5a82eeb1ab4c4349 /.travis.yml | |
| parent | 5ce1d71206401622f6f76e54cd524a363aef038a (diff) | |
Add auto-build for nrf52840 development kit, PCA10056
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2f850446c..71ed26ff6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ env: - TRAVIS_BOARD=trinket_m0 - TRAVIS_BOARD=gemma_m0 - TRAVIS_BOARD=feather52 + - TRAVIS_BOARD=pca10056 - TRAVIS_TEST=qemu - TRAVIS_TEST=unix - TRAVIS_TEST=docs @@ -57,7 +58,7 @@ before_script: # For teensy build - sudo apt-get install realpath # For nrf builds - - ([[ $TRAVIS_BOARD != "feather52" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh) + - ([[ $TRAVIS_BOARD != "feather52" && $TRAVIS_BOARD != "pca10056" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh) # For huzzah builds - 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 # For coverage testing (upgrade is used to get latest urllib3 version) |
