We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c9295 commit 7e2103eCopy full SHA for 7e2103e
.travis.yml
@@ -24,6 +24,14 @@ matrix:
24
rust: nightly
25
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
26
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
33
34
35
before_install: set -e
36
37
install:
0 commit comments