1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-23 14:50:45 +01:00

Add cargo clippy to Travis

This commit is contained in:
Roman Zeyde 2019-03-08 18:38:22 +02:00
parent ef54e452bf
commit f4605069b9
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

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