mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Tweaks for travis
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
language: rust
|
||||
cache: cargo
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo build --verbose --all
|
||||
@@ -13,5 +12,4 @@ matrix:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
install:
|
||||
- (cargo install rustfmt || true)
|
||||
- PATH=$PATH:/home/travis/.cargo/bin
|
||||
- rustup component add rustfmt
|
||||
|
||||
Reference in New Issue
Block a user