Ensure travis clippy runs on all features Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 files changed, 2 insertions(+), 2 deletions(-) M .travis.yml
M .travis.yml => .travis.yml +2 -2
@@ 14,8 14,8 @@ matrix: install: - rustup component add rustfmt clippy script: - - cargo fmt --all -- --check - - cargo clippy --all --all-targets + - cargo fmt --all --all-targets --all-features -- --check + - cargo clippy --all --all-targets --all-features -- cache: cargo