mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-15 12:55:00 +00:00
Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
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 @@
|
||||
btcjson
|
||||
=======
|
||||
|
||||
[]
|
||||
(https://travis-ci.org/conformal/btcjson)
|
||||
|
||||
Package btcjson implements the bitcoin JSON-RPC API. There is a test
|
||||
suite which is aiming to reach 100% code coverage. See
|
||||
`test_coverage.txt` for the current coverage (using gocov). On a
|
||||
|
||||
Reference in New Issue
Block a user