diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-06-18 10:51:04 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-06-18 10:51:04 -0700 |
| commit | 05547b72ac088764d0d96d3e7121069474f4ff8c (patch) | |
| tree | 8f92861ac11c4b654dd99dbc4c5664a926a161f8 /.travis.yml | |
| parent | be5eb91df8d84de77bce976c7c1fc49686a9f7f0 (diff) | |
Switch to Feather52s full name to avoid confusion with the nrf52840 later.
Fixes #940
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 71ed26ff6..badd78b4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: - TRAVIS_BOARD=pirkey_m0 - TRAVIS_BOARD=trinket_m0 - TRAVIS_BOARD=gemma_m0 - - TRAVIS_BOARD=feather52 + - TRAVIS_BOARD=feather52832 - TRAVIS_BOARD=pca10056 - TRAVIS_TEST=qemu - TRAVIS_TEST=unix |
