From 3673c5c34185a71890170ed5fe906ab080c5293f Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sat, 31 Oct 2015 17:48:30 +0100 Subject: [PATCH] Add a Travis CI Build badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8deaeab..20bc88f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PGLoader +[![Build Status](https://travis-ci.org/dimitri/pgloader.svg?branch=master)](https://travis-ci.org/dimitri/pgloader) + [![Join the chat at https://gitter.im/dimitri/pgloader](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dimitri/pgloader?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) pgloader is a data loading tool for PostgreSQL, using the `COPY` command.