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

Commit e4d90c1

Browse files
committed
test the other two targets
1 parent e9c74c0 commit e4d90c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ matrix:
1414
rust: stable
1515
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1616

17+
- env: TARGET=thumbv7em-none-eabi
18+
rust: stable
19+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
20+
21+
- env: TARGET=thumbv7em-none-eabihf
22+
rust: stable
23+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
24+
1725
- env: TARGET=x86_64-unknown-linux-gnu
1826
rust: nightly
1927
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
@@ -26,6 +34,14 @@ matrix:
2634
rust: nightly
2735
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2836

37+
- env: TARGET=thumbv7em-none-eabi
38+
rust: nightly
39+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
40+
41+
- env: TARGET=thumbv7em-none-eabihf
42+
rust: nightly
43+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
44+
2945
before_install: set -e
3046

3147
install:

0 commit comments

Comments
 (0)