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

10 lines
113 B
YAML

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