mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 20:53:21 +00:00
Don't run cargo clippy on appveyor
This commit is contained in:
parent
248bef67f2
commit
d9063b70d3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue