fix appveyor (hopefully)

This commit is contained in:
Andre Bogus 2017-01-06 07:50:56 +01:00
parent f4d0f38433
commit b2f538f3cb
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ test_script:
- cargo build --features debugging
- cargo test --features debugging
- mkdir -p rust/cargo/bin
- copy target/debug/cargo-clippy rust/cargo/bin/cargo-clippy
- PATH=%PATH%;rust/cargo/bin cargo clippy -- -D clippy
- cd clippy_lints && PATH=%PATH%;../rust/cargo/bin cargo clippy -- -D clippy && cd ..
- copy target\debug\cargo-clippy C:\Users\appveyor\.cargo\bin\
- cargo clippy -- -D clippy
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
notifications:
- provider: Email