Skip to content

Commit 21ee7ef

Browse files
committed
Add thumbv8m.main-none-eabi to Travis.
1 parent ac63dee commit 21ee7ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ matrix:
3838
rust: nightly
3939
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
4040

41+
- env: TARGET=thumbv8m.main-none-eabi
42+
rust: nightly
43+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
44+
4145
before_install: set -e
4246

4347
install:

0 commit comments

Comments
 (0)