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

12 lines
200 B
YAML
Raw Normal View History

2018-05-09 22:21:22 +02:00
language: rust
2018-05-16 22:24:33 +02:00
cache: cargo
2018-05-09 22:21:22 +02:00
rust:
- stable
- beta
2018-07-14 09:14:35 +02:00
before_script:
- rustup component add rustfmt-preview
2018-05-09 22:21:22 +02:00
script:
2018-07-14 09:14:35 +02:00
- cargo fmt --all -- --check
2018-05-09 22:21:22 +02:00
- cargo build --verbose
- cargo test --verbose