speed up travis by not recompiling clippy just to test cargo clippy

This commit is contained in:
Oliver Schneider 2016-06-21 17:20:08 +02:00
parent 5b1d849c7e
commit b34cdc7a79
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View File

@ -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 ..