diff --git a/.travis.yml b/.travis.yml index 1e733d0e42..caf523662e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ matrix: script: - if rustup component add clippy-preview; then - cargo clippy --all -- -Dwarnings -Drust-2018-idioms; + cargo clippy --all --all-features; else echo 'Skipping clippy'; fi