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