Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
parent
aa81187165
commit
9759e8dc64
2 changed files with 6 additions and 0 deletions
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
language: go
|
||||
go: release
|
||||
install: go get -d -t -v ./...
|
|
@ -1,6 +1,9 @@
|
|||
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.
|
||||
A comprehensive suite of tests 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