diff options
author | Lars Bergstrom <lars@lars.com> | 2016-04-11 14:19:56 -0500 |
---|---|---|
committer | Lars Bergstrom <lars@lars.com> | 2016-04-11 14:19:56 -0500 |
commit | 195c97caf189bab2bc2943f9d8cab74c1862d97f (patch) | |
tree | 692457aef5fe5a2c568c692b8ee0ae6563275b73 | |
parent | 5adf36231e739f57dc7d1d85b37fb2a47b8f5d74 (diff) | |
download | servo-195c97caf189bab2bc2943f9d8cab74c1862d97f.tar.gz servo-195c97caf189bab2bc2943f9d8cab74c1862d97f.zip |
Invalidate appveyor cache when rust or cargo rev
-rw-r--r-- | appveyor.yml | 4 |
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. |