Add support for TravisCI.

Also add TravisCI build status badge to README.md.
This commit is contained in:
Dave Collins 2013-12-09 04:42:57 -06:00
parent f7f51a1e43
commit decc1e8c69
2 changed files with 7 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: go
go:
- release
- tip

View File

@ -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