Skip to content

Commit

Permalink
Add clippy to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed May 26, 2020
1 parent 722ed8f commit c0d4169
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ rust:

cache: cargo

install:
- rustup component add clippy

script:
- cargo test --verbose
- cargo clippy -- -Dwarnings

matrix:
allow_failures:
- rust: nightly

0 comments on commit c0d4169

Please sign in to comment.