Skip to content

Commit

Permalink
Add Clippy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed May 8, 2020
1 parent 9445100 commit c0eb101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ sudo: false
rust: stable

script:
- cargo build --verbose
- cargo build
- cargo clippy -- -D warnings
- cargo test --verbose
- cargo test --verbose --manifest-path codebreaker/Cargo.toml
- make -C test SHARNESS_BUILD_DIRECTORY="$PWD/target/debug" T="cheats-extract*" TEST_OPTS=-v
Expand Down

0 comments on commit c0eb101

Please sign in to comment.