Add support for TravisCI.

Also add TravisCI build status badge to README.md.
This commit is contained in:
Dave Collins 2013-12-10 19:14:24 -06:00
parent aa81187165
commit 9759e8dc64
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 @@
btcutil btcutil
======= =======
[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)]
(https://travis-ci.org/conformal/btcutil)
Package btcutil provides bitcoin-specific convenience functions and types. Package btcutil provides bitcoin-specific convenience functions and types.
A comprehensive suite of tests is provided to ensure proper functionality. See A comprehensive suite of tests is provided to ensure proper functionality. See
`test_coverage.txt` for the gocov coverage report. Alternatively, if you are `test_coverage.txt` for the gocov coverage report. Alternatively, if you are