TravisCI support

This commit is contained in:
David Hill 2013-12-08 22:15:16 -05:00
parent b6601b1b6b
commit e48d115900
2 changed files with 5 additions and 0 deletions

2
.travis.yml Normal file
View file

@ -0,0 +1,2 @@
language: go
go: 1.2

View file

@ -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.