From a60ece819a99e075b4d373aa17171a138d0a59b3 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 --- parser/.travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/parser/.travis.yml b/parser/.travis.yml index b31f2fd..873ded1 100644 --- a/parser/.travis.yml +++ b/parser/.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