Skip to content

Commit 7e2103e

Browse files
committed
Check build on stable
1 parent 02c9295 commit 7e2103e

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=x86_64-unknown-linux-gnu
28+
rust: stable
29+
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
30+
31+
- env: TARGET=riscv32imac-unknown-none-elf
32+
rust: stable
33+
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
34+
2735
before_install: set -e
2836

2937
install:

0 commit comments

Comments
 (0)