Browse Source

Experiment with vanilla caching

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

24
.travis.yml

@ -1,23 +1,9 @@
language: rust
env: CARGO_INCREMENTAL=0
rust:
- stable
cache:
cargo: true
timeout: 450
cache: cargo
stages:
- lint
- test
jobs:
include:
- stage: test
script:
- cargo build
- cargo test
- stage: lint
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
script:
- cargo check --all

Loading…
Cancel
Save