mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Allow caching for Travis builds
This commit is contained in:
parent
d14746a36b
commit
755967ac12
@ -1,9 +1,12 @@
|
||||
language: rust
|
||||
cache: cargo
|
||||
rust:
|
||||
- stable
|
||||
|
||||
cache:
|
||||
cargo: true
|
||||
timeout: 450
|
||||
|
||||
before_script:
|
||||
- rustup component add rustfmt-preview
|
||||
|
||||
script:
|
||||
- cargo fmt --all -- --write-mode=check
|
||||
- cargo build
|
||||
|
Loading…
Reference in New Issue
Block a user