aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6793fffb93c..ea0a90626b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,8 +15,8 @@ platform:
- x64
cache:
- - .servo
- - .cargo
+ - .servo -> rust-nightly-date, cargo-nightly-build
+ - .cargo -> rust-nightly-date, cargo-nightly-build
install:
# Check if commit in auto branch exists in master, if exists build will be canceled.