1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 18:10:51 +01:00
electrs/.travis.yml
2018-05-17 12:28:40 +03:00

10 lines
114 B
YAML

language: rust
cache: cargo
rust:
- stable
- beta
script:
- cargo build --verbose
- cargo test --verbose