From 5edae41303d4411b684ab62aea534e31d0fe04cb Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 29 Sep 2019 09:16:17 +0200 Subject: [PATCH] chore(CI): Remove clippy - I've yet to see something useful from it --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f63d99c..3dd2ad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,11 +38,9 @@ jobs: if: os = linux rust: stable install: - - rustup component add clippy - rustup component add rustfmt script: - cargo fmt --all -- --check - - cargo clippy --all-targets --all-features -- -D warnings || true - stage: coverage if: os = linux