ソースを参照

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