Browse Source

Allow caching for Travis builds

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
755967ac12
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 9
      .travis.yml

9
.travis.yml

@ -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…
Cancel
Save