Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Remove deprecated clippy option from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 15, 2018
1 parent f375c85 commit b481253
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:
env: CLIPPY
script: |
if rustup component add clippy-preview; then
cargo clippy -- -Dclippy
cargo clippy
fi
script:
Expand Down

0 comments on commit b481253

Please sign in to comment.