Add support for TravisCI.

Also add TravisCI build status badge to README.md.
This commit is contained in:
Dave Collins 2014-06-12 18:37:35 -05:00
parent 0f23236f43
commit 3cbba55822
2 changed files with 9 additions and 0 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: go
go:
- release
- tip
install:
- go get -d -t -v ./...

View file

@ -1,6 +1,9 @@
btcnet btcnet
====== ======
[![Build Status](https://travis-ci.org/conformal/btcnet.png?branch=master)]
(https://travis-ci.org/conformal/btcnet)
Package btcnet defines the network parameters for the three standard Bitcoin Package btcnet defines the network parameters for the three standard Bitcoin
networks and provides the ability for callers to define their own custom networks and provides the ability for callers to define their own custom
Bitcoin networks. Bitcoin networks.