mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
speed up travis by not recompiling clippy just to test cargo clippy
This commit is contained in:
parent
5b1d849c7e
commit
b34cdc7a79
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ script:
|
|||
- python util/update_lints.py -c
|
||||
- cargo build --features debugging
|
||||
- cargo test --features debugging
|
||||
- SYSROOT=~/rust cargo install
|
||||
- cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
|
||||
- cargo clippy -- -D clippy
|
||||
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue