浏览代码

Disable cargo cache

Jeremy Soller 7 年之前
父节点
当前提交
6abd64ae16
共有 1 个文件被更改,包括 0 次插入1 次删除
  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