Browse Source

Merge #41

41: Fix CI r=almindor a=Disasm



Co-authored-by: Vadim Kaushan <admin@disasm.info>
bors[bot] 4 years ago
parent
commit
bad98ec38d
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -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: