diff --git a/.travis.yml b/.travis.yml index 15f4a38a..4f536691 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: "rust" before_script: - "rustup component add rustfmt" + - "rustup component add clippy" script: - "cargo fmt --all -- --check" + - "cargo clippy -- -D warnings" - "cargo build --verbose" - "cargo test --verbose" notifications: