Don't run cargo clippy on appveyor

This commit is contained in:
Oliver Schneider 2018-01-19 13:12:57 +01:00
parent 248bef67f2
commit d9063b70d3

View file

@ -26,9 +26,9 @@ test_script:
- set RUST_BACKTRACE=1
- cargo build --features debugging
- cargo test --features debugging
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
- cargo clippy -- -D clippy
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
#- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
#- cargo clippy -- -D clippy
#- cd clippy_lints && cargo clippy -- -D clippy && cd ..
notifications:
- provider: Email