Skip to content

Commit

Permalink
Refine CI script to ensure correctness. (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Hobden authored and breezewish committed Sep 12, 2018
1 parent b10d74c commit 19d932e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ matrix:
install:
- rustup component add clippy-preview --toolchain nightly
before_script:
- cargo clippy
- cargo clippy --all -- -D clippy::all


script:
- cargo test --all -- --nocapture
# Validate benches still work.
- cargo bench --all -- --test

0 comments on commit 19d932e

Please sign in to comment.