mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 15:32:14 +00:00
Update travis to require formatting
This commit is contained in:
parent
a7c5993597
commit
7461f8936d
@ -4,5 +4,9 @@ rust:
|
||||
|
||||
cache: cargo
|
||||
|
||||
before_script:
|
||||
- rustup component add rustfmt
|
||||
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo test --verbose --release --all
|
||||
|
Loading…
Reference in New Issue
Block a user