Add support for TravisCI.
Also add TravisCI build status badge to README.md.
This commit is contained in:
parent
0f23236f43
commit
3cbba55822
2 changed files with 9 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- release
|
||||
- tip
|
||||
install:
|
||||
- go get -d -t -v ./...
|
|
@ -1,6 +1,9 @@
|
|||
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
|
||||
networks and provides the ability for callers to define their own custom
|
||||
Bitcoin networks.
|
||||
|
|
Loading…
Reference in a new issue