diff options
author | 2019-09-21 05:01:23 +1200 | |
---|---|---|
committer | 2019-09-21 05:04:43 +1200 | |
commit | 6eab6fae7d94b3514275e584197c16edd25ae5ec (patch) | |
tree | 27618b1483adc28ace8b6d5aedd1bdd3c000ccf9 | |
parent | 718cd17aadda36edf3dff761e55a580e54e355df (diff) | |
download | cortex-m-6eab6fae7d94b3514275e584197c16edd25ae5ec.tar.gz cortex-m-6eab6fae7d94b3514275e584197c16edd25ae5ec.tar.zst cortex-m-6eab6fae7d94b3514275e584197c16edd25ae5ec.zip |
Test thumbv8m.base on travis
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1497c7a..64ba50b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,10 @@ matrix: rust: nightly if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + - env: TARGET=thumbv8m.base-none-eabi + rust: nightly + if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + before_install: set -e install: |