Browse Source

Disable cargo cache

Jeremy Soller 7 years ago
parent
commit
6abd64ae16
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -5,7 +5,6 @@ env:
   - TARGET=x86_64-unknown-redox
   - TARGET=x86_64-unknown-redox
 rust:
 rust:
   - nightly
   - nightly
-cache: cargo
 before_script:
 before_script:
   - rustup component add rustfmt-preview
   - rustup component add rustfmt-preview
   - if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
   - if [ -n "$TARGET" ]; then rustup target add $TARGET; fi