diff options
author | 2019-10-29 11:10:31 +0000 | |
---|---|---|
committer | 2019-10-29 11:10:31 +0000 | |
commit | 0e06c94fe5e4848c608e2d2b54a05d48d11055a4 (patch) | |
tree | ecb7db8d3cc790d94321e32dfc4d1f0e3e28176c | |
parent | 130d2d89f647d6076e47d3a73a7c33843b735b02 (diff) | |
parent | 6eab6fae7d94b3514275e584197c16edd25ae5ec (diff) | |
download | cortex-m-0e06c94fe5e4848c608e2d2b54a05d48d11055a4.tar.gz cortex-m-0e06c94fe5e4848c608e2d2b54a05d48d11055a4.tar.zst cortex-m-0e06c94fe5e4848c608e2d2b54a05d48d11055a4.zip |
Merge #168
168: Test thumbv8m.base on Travis CI r=korken89 a=JJJollyjim
This will fail until #155 is resolved
Co-authored-by: Jamie McClymont <jamie@kwiius.com>
-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: |