From 51566fafce2ae27a6b2075eae91f9d14f30f8c6b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 10:12:16 -0700 Subject: [PATCH] Tag clippy build in travis build list --- saphyr/.travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/saphyr/.travis.yml b/saphyr/.travis.yml index b31f2fd..873ded1 100644 --- a/saphyr/.travis.yml +++ b/saphyr/.travis.yml @@ -9,6 +9,7 @@ matrix: script: cargo build - rust: 1.22.1 - rust: nightly + env: CLIPPY script: | if rustup component add clippy-preview; then cargo clippy -- -Dclippy