Run clippy on all targets and all features.

This commit is contained in:
Jimmy Cuadra 2019-06-02 17:36:22 -07:00
parent a52e0da7c1
commit 66be8d1a98

View File

@ -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: