Auto merge of #19832 - servo:jdm-patch-2, r=jdm

Remove clean-cache from appveyor.

This fixes #19831.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19832)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-01-24 11:25:23 -06:00 committed by GitHub
commit 04aa53a944

View file

@ -59,9 +59,7 @@ install:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build_script:
- set CARGO_HOME=C:\Users\appveyor\.cargo
- mach clean-nightlies --keep 2 --force
- mach clean-cargo-cache --keep 2 --force
- mach build -d -v
- mach test-unit