Add cargo fmt
as a build step to pass CI
This commit is contained in:
parent
a2b23d6ae2
commit
32d9699541
@ -1,5 +1,7 @@
|
|||||||
language: rust
|
language: rust
|
||||||
|
cache: cargo
|
||||||
script:
|
script:
|
||||||
|
- cargo fmt --all -- --check
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
rust:
|
rust:
|
||||||
@ -10,3 +12,6 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
install:
|
||||||
|
- (cargo install rustfmt || true)
|
||||||
|
- PATH=$PATH:/home/travis/.cargo/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user