Skip to content

Commit

Permalink
Add Clippy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Jul 29, 2018
1 parent 13c6a5c commit 7e0a84c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ matrix:
script:
- cargo fmt --all -- --write-mode=diff
- cargo test
- rust: nightly
before_script:
- rustup component add clippy-preview
script:
- cargo clippy

branches:
only:
Expand Down

0 comments on commit 7e0a84c

Please sign in to comment.