1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 23:08:39 +01:00
electrs/.travis.yml

10 lines
114 B
YAML
Raw Normal View History

2018-05-09 23:21:22 +03:00
language: rust
2018-05-16 23:24:33 +03:00
cache: cargo
2018-05-09 23:21:22 +03:00
rust:
- stable
- beta
script:
- cargo build --verbose
- cargo test --verbose