From 1d6c734b428fcfbb8b67fd80944ac7f86f1ae76b Mon Sep 17 00:00:00 2001 From: Hoverbear Date: Thu, 6 Sep 2018 14:57:38 -0700 Subject: [PATCH] Refine CI script to ensure correctness. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e0b9bf7e..8b68b7290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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