From f8809c883ba171c76ee2f793f460406a62413502 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Mon, 23 Feb 2015 22:00:47 -0800 Subject: [PATCH] add build badges to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f32e7a5..f92911a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together. +## Build + +[![Build Status](https://travis-ci.org/jkk/honeysql.svg?branch=master)](https://travis-ci.org/jkk/honeysql) +[![Dependencies Status](http://jarkeeper.com/jkk/honeysql/status.svg)](http://jarkeeper.com/jkk/honeysql) + ## Leiningen Coordinates [![Clojars Project](http://clojars.org/honeysql/latest-version.svg)](http://clojars.org/honeysql)