mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 09:50:08 +01:00
Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
parent
f7f51a1e43
commit
decc1e8c69
4
.travis.yml
Normal file
4
.travis.yml
Normal file
@ -0,0 +1,4 @@
|
||||
language: go
|
||||
go:
|
||||
- release
|
||||
- tip
|
@ -1,6 +1,9 @@
|
||||
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.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user