Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
parent
6ad853019a
commit
977d47641f
2 changed files with 7 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: go
|
||||
go:
|
||||
- release
|
||||
- tip
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue