Skip to content

Commit ab15a6a

Browse files
committed
CI: check new targets
1 parent 427c3b9 commit ab15a6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ matrix:
2424
rust: nightly
2525
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
2626

27+
- env: TARGET=riscv64imac-unknown-none-elf
28+
rust: nightly
29+
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
30+
31+
- env: TARGET=riscv64gc-unknown-none-elf
32+
rust: nightly
33+
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
34+
2735
- env: TARGET=x86_64-unknown-linux-gnu
2836
rust: stable
2937
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)

0 commit comments

Comments
 (0)