41: Fix CI r=almindor a=Disasm Co-authored-by: Vadim Kaushan <admin@disasm.info>
@@ -12,6 +12,8 @@ rust:
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
matrix:
+ allow_failures:
+ - rust: nightly
include:
- env: TARGET=riscv64imac-unknown-none-elf
rust: nightly
@@ -38,9 +40,6 @@ cache:
cargo: true
directories:
- gcc
-before_cache:
- # Travis can't cache files that are not readable by "others"
- - chmod -R a+r $HOME/.cargo
branches:
only: