Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
parent
f7f51a1e43
commit
decc1e8c69
2 changed files with 7 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- release
|
||||||
|
- tip
|
|
@ -1,6 +1,9 @@
|
||||||
btcchain
|
btcchain
|
||||||
========
|
========
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/conformal/btcchain.png?branch=master)]
|
||||||
|
(https://travis-ci.org/conformal/btcchain)
|
||||||
|
|
||||||
Package btcchain implements bitcoin block handling and chain selection rules.
|
Package btcchain implements bitcoin block handling and chain selection rules.
|
||||||
The test coverage is currently only around 60%, but will be increasing over
|
The test coverage is currently only around 60%, but will be increasing over
|
||||||
time. See `test_coverage.txt` for the gocov coverage report. Alternatively, if
|
time. See `test_coverage.txt` for the gocov coverage report. Alternatively, if
|
||||||
|
|
Loading…
Reference in a new issue