mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-30 18:56:41 +00:00
Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
parent
58e5fd3aec
commit
18576ab105
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
language: go
|
||||||
|
go: release
|
||||||
|
install: go get -d -t -v ./...
|
@ -1,6 +1,9 @@
|
|||||||
btcscript
|
btcscript
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
[]
|
||||||
|
(https://travis-ci.org/conformal/btcscript)
|
||||||
|
|
||||||
Package btcscript implements the bitcoin transaction scripts. There is
|
Package btcscript implements the bitcoin transaction scripts. There is
|
||||||
a comprehensive test suite. `test_coverage.txt` contains the current
|
a comprehensive test suite. `test_coverage.txt` contains the current
|
||||||
coverage statistics (generated using gocov). On a UNIX-like OS, the
|
coverage statistics (generated using gocov). On a UNIX-like OS, the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user