mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +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
|
- set RUST_BACKTRACE=1
|
||||||
- cargo build --features debugging
|
- cargo build --features debugging
|
||||||
- cargo test --features debugging
|
- cargo test --features debugging
|
||||||
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
|
#- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
|
||||||
- cargo clippy -- -D clippy
|
#- cargo clippy -- -D clippy
|
||||||
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
#- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
- provider: Email
|
- provider: Email
|
||||||
|
|
Loading…
Add table
Reference in a new issue