debug folder pruned, no longer need rm

This commit is contained in:
Lars-Magnus Skog
2019-06-08 04:36:55 +02:00
parent f515b8a8f0
commit 2ea69263e4

View File

@@ -7,7 +7,6 @@ install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-host %target% --default-toolchain none
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rm -rf target\debug
- rustc -vV
- cargo -vV
- cargo update