Merge pull request #502 from drager/run-clippy-at-travis

chore(travis): Run clippy check
master
ashley williams 6 years ago committed by GitHub
commit 173a05bd82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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