diff --git a/.travis.yml b/.travis.yml index 09576fb..10e15df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,9 @@ matrix: - rustup component add rustfmt-preview - cargo fmt --version - cargo fmt --all -- --check + - rustup component add clippy-preview + - cargo clippy --version + - cargo clippy - name: Book rust: stable