TravisCI support
This commit is contained in:
parent
b6601b1b6b
commit
e48d115900
2 changed files with 5 additions and 0 deletions
2
.travis.yml
Normal file
2
.travis.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
language: go
|
||||
go: 1.2
|
|
@ -1,6 +1,9 @@
|
|||
btcwallet
|
||||
=========
|
||||
|
||||
[![Build Status](https://travis-ci.org/conformal/btcwallet.png?branch=master)]
|
||||
(https://travis-ci.org/conformal/btcwallet)
|
||||
|
||||
btcwallet is a daemon handling bitcoin wallet functions. It relies on
|
||||
a running btcd instance for asynchronous blockchain queries and
|
||||
notifications over websockets.
|
||||
|
|
Loading…
Reference in a new issue