Add support for TravisCI.

Also add TravisCI build status badge to README.md.
This commit is contained in:
Dave Collins 2014-05-09 01:16:47 -05:00
parent eb82f35aac
commit 73ecb412e9
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 @@
btcrpcclient
============
[![Build Status](https://travis-ci.org/conformal/btcrpcclient.png?branch=master)]
(https://travis-ci.org/conformal/btcrpcclient)
This package is currently under development.
You really probably don't want to use this yet!