Skip to content

Commit

Permalink
Use rustup provided clippy. (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Hobden authored and overvenus committed Jul 20, 2018
1 parent ed3e382 commit 0cd993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ script:
- cargo test --features="$FEATURES"
- |
if [ $CLIPPY = 'yes' ]; then
cargo install clippy && cargo clippy --all-features -- -D warnings;
rustup component add clippy-preview && cargo clippy --all-features -- -D warnings;
fi
- |
if [ $TRAVIS_RUST_VERSION = 'stable' ]; then
Expand Down

0 comments on commit 0cd993f

Please sign in to comment.