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.