fix appveyor (hopefully)

This commit is contained in:
Andre Bogus 2017-01-06 07:50:56 +01:00
parent f4d0f38433
commit b2f538f3cb

View File

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