travis: Don't clippy check all features.

This commit is contained in:
Damir Jelić 2020-08-13 12:31:41 +02:00
parent d4e31f07a1
commit f3e03c66a5

View file

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