1
0
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:
Roman Zeyde 2018-07-16 12:36:49 +03:00
parent d14746a36b
commit 755967ac12
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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