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 427c3b9 commit ab15a6aCopy full SHA for ab15a6a
.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=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
33
34
35
- env: TARGET=x86_64-unknown-linux-gnu
36
rust: stable
37
0 commit comments