From e48d1159002e3640dba2e066b50f899ff585fa3b Mon Sep 17 00:00:00 2001 From: David Hill Date: Sun, 8 Dec 2013 22:15:16 -0500 Subject: [PATCH] TravisCI support --- .travis.yml | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fb9efcb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: go +go: 1.2 diff --git a/README.md b/README.md index 79ab226..7c8ceff 100644 --- a/README.md +++ b/README.md @@ -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.