diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-01-22 09:50:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 09:50:09 -0500 |
commit | bdf3afec47b686331a9256bf32d141fc49ac3dfb (patch) | |
tree | aff0caeedd928f81d945e11816e503f240647dde | |
parent | 6dc16e0a75c492731c7bae3e7d6a124730f2c9eb (diff) | |
download | servo-bdf3afec47b686331a9256bf32d141fc49ac3dfb.tar.gz servo-bdf3afec47b686331a9256bf32d141fc49ac3dfb.zip |
Remove clean-cache from appveyor.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7971f3c713b..445cd76bfe7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |