Browse Source

Add `cargo clippy` to Travis

fees
Roman Zeyde 6 years ago
parent
commit
f4605069b9
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 1
      .travis.yml

1
.travis.yml

@ -11,5 +11,6 @@ before_script:
script:
- cargo fmt --all -- --check
- cargo check --all
- cargo clippy --all
- cargo build --all
- cargo test --all

Loading…
Cancel
Save