mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
Add cargo fmt as a build step to pass CI
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
language: rust
|
||||
cache: cargo
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
rust:
|
||||
@@ -10,3 +12,6 @@ matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
install:
|
||||
- (cargo install rustfmt || true)
|
||||
- PATH=$PATH:/home/travis/.cargo/bin
|
||||
|
||||
Reference in New Issue
Block a user