From aa61055029051bb227a66b4feddf0357cb5e83f2 Mon Sep 17 00:00:00 2001 From: Brian C Date: Mon, 3 Nov 2014 10:46:25 -0500 Subject: [PATCH] Update README.md Add travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 597538ed..37601a8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pg-query-stream +[![Build Status](https://travis-ci.org/brianc/node-pg-query-stream.svg)](https://travis-ci.org/brianc/node-pg-query-stream) + Receive result rows from [pg](https://github.com/brianc/node-postgres) as a readable (object) stream. This module __only works with the pure JavaScript client__.