chore(travis): Run clippy check

master
Jesper Håkansson 6 years ago
parent 234bf19508
commit c594d5371b
  1. 3
      .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

Loading…
Cancel
Save