diff --git a/bloom/README.md b/bloom/README.md index 744a38d..e9b5b08 100644 --- a/bloom/README.md +++ b/bloom/README.md @@ -1,6 +1,9 @@ bloom ===== +[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] +(https://travis-ci.org/conformal/btcutil) + Package bloom provides an API for dealing with bitcoin-specific bloom filters. A comprehensive suite of tests is provided to ensure proper functionality. See diff --git a/coinset/README.md b/coinset/README.md index aa70def..39be386 100644 --- a/coinset/README.md +++ b/coinset/README.md @@ -1,6 +1,9 @@ coinset ======= +[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] +(https://travis-ci.org/conformal/btcutil) + Package coinset provides bitcoin-specific convenience functions for selecting from and managing sets of unspent transaction outpoints (UTXOs).