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

Commit 23eb7fd

Browse files
committed
CI thumbv8m.main-none-eabi on stable too
1 parent 86d0f9f commit 23eb7fd

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
@@ -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)

0 commit comments

Comments
 (0)