Skip to content

Commit 4a0e534

Browse files
committed
Add thumv8m.main-none-eabi to Travis test matrix
1 parent 31fe0d6 commit 4a0e534

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cortex-m-rt/.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ matrix:
2222
rust: stable
2323
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2424

25+
- env: TARGET=thumbv8m.main-none-eabi
26+
rust: stable
27+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
28+
2529
- env: TARGET=x86_64-unknown-linux-gnu
2630
rust: nightly
2731
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
@@ -42,6 +46,10 @@ matrix:
4246
rust: nightly
4347
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
4448

49+
- env: TARGET=thumbv8m.main-none-eabi
50+
rust: nightly
51+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
52+
4553
before_install: set -e
4654

4755
install:

0 commit comments

Comments
 (0)