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?