Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 461a5e8

Browse files
committed
Add thumbv8m.main-none-eabi to Travis.
1 parent d0020e1 commit 461a5e8

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
@@ -42,6 +42,10 @@ matrix:
4242
rust: nightly
4343
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
4444

45+
- env: TARGET=thumbv8m.main-none-eabi
46+
rust: nightly
47+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
48+
4549
before_install: set -e
4650

4751
install:

0 commit comments

Comments
 (0)