From 12e4ca33b0208accbdd7a16d4f8fe567b02050f8 Mon Sep 17 00:00:00 2001 From: Brian C Date: Mon, 15 Sep 2014 21:10:42 -0400 Subject: [PATCH] Update README.md dat travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ee312d..50c2974 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## pg-copy-streams +[![Build Status](https://travis-ci.org/brianc/node-pg-copy-streams.svg)](https://travis-ci.org/brianc/node-pg-copy-streams) + COPY FROM / COPY TO for node-postgres. Stream from one database to another, and stuff. ## how? what? huh?