From 0fcf7093d3a4846c597f0050d4bf08c100332fed Mon Sep 17 00:00:00 2001 From: brianc Date: Wed, 11 Jul 2012 23:13:15 -0500 Subject: [PATCH] add travis badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edecdfd6..d981f220 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ #node-postgres +[![Build Status](https://secure.travis-ci.org/brianc/node-postgres.png)](http://travis-ci.org/brianc/node-postgres) + Non-blocking PostgreSQL client for node.js. Pure JavaScript and native libpq bindings. Active development, well tested, and production use. ## Installation