From ba67e24138368d0c36f22fa9fab15604a0f5e94c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 10 Jan 2020 14:01:38 +0100 Subject: travis: Let clippy only warn Signed-off-by: Matthias Beyer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ec0a71..6a4ade7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: - rustup component add rustfmt clippy script: - cargo fmt --all --all-targets --all-features -- --check - - cargo clippy --all --all-targets --all-features -- + - cargo clippy --all --all-targets --all-features -- -W cache: cargo -- cgit v1.2.3