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:
parent
ef54e452bf
commit
f4605069b9
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@ before_script:
|
|||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo check --all
|
||||
- cargo clippy --all
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
|
|
Loading…
Add table
Reference in a new issue