From f42b6b224ada45396e40902c6d56d0e5e6ef5fca Mon Sep 17 00:00:00 2001 From: Greg Look Date: Thu, 5 Mar 2015 13:59:05 -0800 Subject: [PATCH] Add build status and coveralls badges. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a168b7b..cc2ba68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ clj-multihash ============= +[![Build Status](https://travis-ci.org/greglook/clj-multihash.svg?branch=master)](https://travis-ci.org/greglook/clj-multihash) +[![Coverage Status](https://coveralls.io/repos/greglook/clj-multihash/badge.svg)](https://coveralls.io/r/greglook/clj-multihash) + A Clojure library implementing the [multihash](https://github.com/jbenet/multihash) standard. This provides an extensible, efficient representation for cryptographic hashes.