mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 11:55:41 +01:00
Add Rustfmt checking to Travis, cache Cargo artifacts
This commit is contained in:
parent
4d5a4ceb84
commit
1dfdd9ad2c
@ -1,3 +1,9 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
cache: cargo
|
||||
before_script: (cargo install rustfmt || true)
|
||||
script:
|
||||
- |
|
||||
cargo fmt -- --write-mode=diff &&
|
||||
cargo build
|
||||
|
Loading…
Reference in New Issue
Block a user