mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-03 12:57:03 +00:00
Add travis testing support.
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
language: rust
|
||||||
|
rust:
|
||||||
|
- 1.31
|
||||||
|
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cargo test --verbose --release --all
|
||||||
Reference in New Issue
Block a user