aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Roth <thomas.roth@leveldown.de> 2019-01-16 19:48:31 +0100
committerGravatar Thomas Roth <thomas.roth@leveldown.de> 2019-01-16 19:48:31 +0100
commit21ee7ef8707e66d322f7d48b14843f3126408789 (patch)
tree7c6fd0323db3252724bb2b15e0bd2b345aefe1e2
parentac63dee16cb106228e15f9d9c710bf91b832a4f8 (diff)
downloadcortex-m-21ee7ef8707e66d322f7d48b14843f3126408789.tar.gz
cortex-m-21ee7ef8707e66d322f7d48b14843f3126408789.tar.zst
cortex-m-21ee7ef8707e66d322f7d48b14843f3126408789.zip
Add thumbv8m.main-none-eabi to Travis.
-rw-r--r--.travis.yml4
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: