1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 15:02:21 +01:00

Add simple travis config

This commit is contained in:
Roman Zeyde 2018-05-09 23:21:22 +03:00
parent 039276bff2
commit ace4da4576
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose