no mkdir needed on Windows

This commit is contained in:
Andre Bogus 2017-01-06 22:25:46 +01:00
parent 513bcbe9b3
commit b9e5a1fb59
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ build: false
test_script:
- cargo build --features debugging
- cargo test --features debugging
- mkdir -p rust/cargo/bin
- copy target\debug\cargo-clippy C:\Users\appveyor\.cargo\bin\
- cargo clippy -- -D clippy
- cd clippy_lints && cargo clippy -- -D clippy && cd ..