blockstream-electrs/.travis.yml
Roman Zeyde 001f7a7ba5
Update stable Rust to 1.28
Fix formatting warnings.
2018-08-04 22:25:25 +03:00

24 lines
335 B
YAML

language: rust
env: CARGO_INCREMENTAL=0
cache:
cargo: true
timeout: 450
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