Invalidate appveyor cache when rust or cargo rev

This commit is contained in:
Lars Bergstrom 2016-04-11 14:19:56 -05:00
parent 5adf36231e
commit 195c97caf1

View file

@ -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.