chore(CI): Remove clippy - I've yet to see something useful from it

This commit is contained in:
Lewin Bormann
2019-09-29 09:16:17 +02:00
parent fbd38002fa
commit 5edae41303

View File

@@ -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