Remove clean-cache from appveyor.

This commit is contained in:
Josh Matthews 2018-01-22 09:50:09 -05:00 committed by GitHub
parent 6dc16e0a75
commit bdf3afec47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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