From 511b90478f1737204b07e25c7cbc08fc4f97bc5f Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 28 Jul 2017 15:11:09 -0500 Subject: [PATCH] Add Travis CI badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17e5b54a..3c9a3144 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![](https://godoc.org/github.com/jackc/pgx?status.svg)](https://godoc.org/github.com/jackc/pgx) +[![Build Status](https://travis-ci.org/jackc/pgx.png)](https://travis-ci.org/jackc/pgx) # pgx - PostgreSQL Driver and Toolkit