Tweaks for travis
This commit is contained in:
parent
32d9699541
commit
bc053ba415
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user