From: Alex Crichton Date: Fri, 17 Feb 2017 16:23:23 +0000 (-0800) Subject: Disable caches on AppVeyor/Travis X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~145^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=948d372436b6dd50d8e616d307e5e363570b32c7;p=cargo.git Disable caches on AppVeyor/Travis They just seem to grow without bound and cause problems unfortunately :( --- diff --git a/.travis.yml b/.travis.yml index 0145141dc..3fa28ffa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -157,5 +157,4 @@ deploy: cache: directories: - - $HOME/.cargo - target/openssl diff --git a/appveyor.yml b/appveyor.yml index 728be2251..7b9e406a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,10 +45,6 @@ build: false test_script: - sh src/ci/run.sh %TARGET% -cache: - - target - - C:\Users\appveyor\.cargo\registry - before_deploy: - ps: | New-Item -Path deploy -ItemType directory