blockstream-electrs/.travis.yml
2018-07-16 00:00:03 +03:00

11 lines
182 B
YAML

language: rust
cache: cargo
rust:
- stable
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --write-mode=check
- cargo build
- cargo test