1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 06:57:53 +01:00
electrs/.travis.yml
2018-05-17 12:28:40 +03:00

9 lines
114 B
YAML

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