From f3e03c66a579e092868528298520ce00157a26fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 13 Aug 2020 12:31:41 +0200 Subject: [PATCH] travis: Don't clippy check all features. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef12e423..8add9f33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ jobs: before_script: - rustup component add clippy script: - - cargo clippy --all-targets --all-features -- -D warnings + - cargo clippy --all-targets -- -D warnings - stage: Test os: linux