Add support for TravisCI.

Also add TravisCI build status badge to README.md.
This commit is contained in:
Dave Collins 2013-12-10 16:30:47 -06:00
parent 91a19dda85
commit 8a132ffde8
2 changed files with 6 additions and 0 deletions

3
.travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: go
go: release
install: go get -d -t -v ./...

View file

@ -1,6 +1,9 @@
btcjson
=======
[![Build Status](https://travis-ci.org/conformal/btcjson.png?branch=master)]
(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