mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Check formatting on Travis
This commit is contained in:
parent
af189983ae
commit
11c95fbf09
@ -5,7 +5,11 @@ rust:
|
||||
|
||||
cache: cargo
|
||||
|
||||
before_script:
|
||||
- rustup component add rustfmt-preview
|
||||
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo check --all
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
|
Loading…
Reference in New Issue
Block a user