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