diff --git a/.travis.yml b/.travis.yml index 644f170d..c001a352 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_script: - "rustup component add clippy" script: - "cargo fmt --all -- --check" - - "cargo clippy -- -D warnings" + - "cargo clippy --all-targets --all-features -- -D warnings" - "cargo build --verbose" - "cargo test --verbose" notifications: