Skip to content

Commit

Permalink
Use rustup provided clippy. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Hobden authored and siddontang committed Jul 23, 2018
1 parent 123695d commit e715b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
allow_failures:
- rust: nightly
script:
- if [[ $TRAVIS_RUST_VERSION == "nightly" ]]; then cargo install -f clippy && cargo clippy; fi
- if [[ $TRAVIS_RUST_VERSION == "nightly" ]]; then rustup component add clippy-preview && cargo clippy; fi
- export RUSTFLAGS=-Dwarnings
- cargo build
- cargo test --all

0 comments on commit e715b1d

Please sign in to comment.