Add support for TravisCI.

Also add TravisCI build status badge to README.md.
This commit is contained in:
Dave Collins 2013-12-09 05:41:54 -06:00
parent 6ad853019a
commit 977d47641f
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 @@
btcwire
=======
[![Build Status](https://travis-ci.org/conformal/btcwire.png?branch=master)]
(https://travis-ci.org/conformal/btcwire)
Package btcwire implements the bitcoin wire protocol. A comprehensive suite of
tests with 100% test coverage is provided to ensure proper functionality. See
`test_coverage.txt` for the gocov coverage report. Alternatively, if you are