diff --git a/.travis.yml b/.travis.yml index d1189142..1cf8fb23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ before_script: script: - "cargo audit" - "cargo fmt --all -- --check" - - "cargo clippy --all-targets --all-features -- -D warnings" - - "cargo build --verbose" - - "cargo test --verbose" + - "cargo clippy --all --all-targets --all-features -- -D warnings" + - "cargo build --all --verbose" + - "cargo test --all --verbose" notifications: email: false irc: