diff options
author | 2019-01-16 19:48:31 +0100 | |
---|---|---|
committer | 2019-01-16 19:48:31 +0100 | |
commit | 21ee7ef8707e66d322f7d48b14843f3126408789 (patch) | |
tree | 7c6fd0323db3252724bb2b15e0bd2b345aefe1e2 | |
parent | ac63dee16cb106228e15f9d9c710bf91b832a4f8 (diff) | |
download | cortex-m-21ee7ef8707e66d322f7d48b14843f3126408789.tar.gz cortex-m-21ee7ef8707e66d322f7d48b14843f3126408789.tar.zst cortex-m-21ee7ef8707e66d322f7d48b14843f3126408789.zip |
Add thumbv8m.main-none-eabi to Travis.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ac4b63c..1aead9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,10 @@ matrix: rust: nightly if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + - env: TARGET=thumbv8m.main-none-eabi + rust: nightly + if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + before_install: set -e install: |