diff --git a/appveyor.yml b/appveyor.yml index 6793fffb93c5..ea0a90626b59 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.