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