mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-07-21 13:08:29 +00:00
Add Rustfmt checking to Travis, cache Cargo artifacts
This commit is contained in:
parent
4d5a4ceb84
commit
1dfdd9ad2c
|
@ -1,3 +1,9 @@
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
|
cache: cargo
|
||||||
|
before_script: (cargo install rustfmt || true)
|
||||||
|
script:
|
||||||
|
- |
|
||||||
|
cargo fmt -- --write-mode=diff &&
|
||||||
|
cargo build
|
||||||
|
|
Loading…
Reference in a new issue