Skip to content

Commit

Permalink
Remove clean-cache from appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jan 22, 2018
1 parent 6dc16e0 commit bdf3afe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -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

Expand Down

0 comments on commit bdf3afe

Please sign in to comment.