speed up travis by not recompiling clippy just to test cargo clippy
This commit is contained in:
parent
5b1d849c7e
commit
b34cdc7a79
@ -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…
Reference in New Issue
Block a user