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.
2 parents 255ef60 + b7319d0 commit bad98ecCopy full SHA for bad98ec
.travis.yml
@@ -12,6 +12,8 @@ rust:
12
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
13
14
matrix:
15
+ allow_failures:
16
+ - rust: nightly
17
include:
18
- env: TARGET=riscv64imac-unknown-none-elf
19
rust: nightly
@@ -38,9 +40,6 @@ cache:
38
40
cargo: true
39
41
directories:
42
- gcc
-before_cache:
- # Travis can't cache files that are not readable by "others"
43
- - chmod -R a+r $HOME/.cargo
44
45
branches:
46
only:
0 commit comments