From 5574aeeffb052adbfef784ff92b8493ec4bce5c2 Mon Sep 17 00:00:00 2001 From: Michael Wasser Date: Sat, 2 Jan 2016 12:28:04 -0800 Subject: [PATCH] Add Travis to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46cd178..2e317e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ csvschema ========= +[![Build Status](https://travis-ci.org/bloomapi/csvschema.svg?branch=master)](https://travis-ci.org/bloomapi/csvschema) csvschema reads 100% of a csv file and generates a postgres schema based on the contents of the columns. The script expects a single header line as well