瀏覽代碼

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
 rust:
   - nightly
-cache: cargo
 before_script:
   - rustup component add rustfmt-preview
   - if [ -n "$TARGET" ]; then rustup target add $TARGET; fi