From ed3c4cced99dcf996e0db24d53420aa67b8f5ddc Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 20 Jan 2019 19:36:39 +0100 Subject: [PATCH] Revert caching changes as they lead to permission problems on Windows This reverts commit 450099c13aa801a7a006b9833388d475066e24e4. --- .appveyor.yml | 1 + .travis.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e9407b65..2b3d6e4a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,6 +39,7 @@ environment: cache: - '%USERPROFILE%\.cargo\bin' - '%USERPROFILE%\.cargo\.crates.toml' + - target ## Install Script ## diff --git a/.travis.yml b/.travis.yml index e05274f5..543ff22d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,9 +25,8 @@ os: - windows cache: + cargo: true directories: - - $HOME/.cargo/bin - - $HOME/.cargo/.crates.toml - $HOME/Library/Caches/Homebrew addons: