1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00
electrs/.travis.yml
2018-07-14 10:14:35 +03:00

12 lines
200 B
YAML

language: rust
cache: cargo
rust:
- stable
- beta
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo build --verbose
- cargo test --verbose