From 195c97caf189bab2bc2943f9d8cab74c1862d97f Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Mon, 11 Apr 2016 14:19:56 -0500 Subject: [PATCH] Invalidate appveyor cache when rust or cargo rev --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.