travis: Don't clippy check all features.

master
Damir Jelić 2020-08-13 12:31:41 +02:00
parent d4e31f07a1
commit f3e03c66a5
1 changed files with 1 additions and 1 deletions

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