Skip to content

Commit d9063b7

Browse files
author
Oliver Schneider
committed
Don't run cargo clippy on appveyor
1 parent 248bef6 commit d9063b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ test_script:
2626
- set RUST_BACKTRACE=1
2727
- cargo build --features debugging
2828
- cargo test --features debugging
29-
- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
30-
- cargo clippy -- -D clippy
31-
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
29+
#- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
30+
#- cargo clippy -- -D clippy
31+
#- cd clippy_lints && cargo clippy -- -D clippy && cd ..
3232

3333
notifications:
3434
- provider: Email

0 commit comments

Comments
 (0)