mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Experiment with vanilla caching
This commit is contained in:
parent
71347c1568
commit
19fa5355f2
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…
Reference in New Issue
Block a user