Tweaks for travis
This commit is contained in:
parent
32d9699541
commit
bc053ba415
@ -1,5 +1,4 @@
|
|||||||
language: rust
|
language: rust
|
||||||
cache: cargo
|
|
||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
@ -13,5 +12,4 @@ matrix:
|
|||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
install:
|
install:
|
||||||
- (cargo install rustfmt || true)
|
- rustup component add rustfmt
|
||||||
- PATH=$PATH:/home/travis/.cargo/bin
|
|
||||||
|
Loading…
Reference in New Issue
Block a user