mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-26 16:02:31 +00:00
Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
parent
01b6ad7196
commit
472c998c0d
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 @@
|
|||||||
btcdb
|
btcdb
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
[]
|
||||||
|
(https://travis-ci.org/conformal/btcdb)
|
||||||
|
|
||||||
Package btcdb provides a database interface for the bitcoin block chain and
|
Package btcdb provides a database interface for the bitcoin block chain and
|
||||||
transactions. There is a test suite with a high percentage of code coverage.
|
transactions. There is a test suite with a high percentage of code coverage.
|
||||||
See `test_coverage.txt` for the current coverage (using gocov). Alternatively,
|
See `test_coverage.txt` for the current coverage (using gocov). Alternatively,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user