Skip to content

Commit 0e06c94

Browse files
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 <[email protected]>
2 parents 130d2d8 + 6eab6fa commit 0e06c94

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
@@ -62,6 +62,10 @@ matrix:
6262
rust: nightly
6363
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
6464

65+
- env: TARGET=thumbv8m.base-none-eabi
66+
rust: nightly
67+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
68+
6569
before_install: set -e
6670

6771
install:

0 commit comments

Comments
 (0)