From 99d8e8e28945ffceaf75b0299fcb2bb656b8a683 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 30 Mar 2019 11:09:02 -0500 Subject: [PATCH] Add Travis CI --- .travis.yml | 9 +++++++++ README.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e176228 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: go + +go: + - 1.x + - tip + +matrix: + allow_failures: + - go: tip diff --git a/README.md b/README.md index 7980250..661289e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![](https://godoc.org/github.com/jackc/pgpassfile?status.svg)](https://godoc.org/github.com/jackc/pgpassfile) +[![Build Status](https://travis-ci.org/jackc/pgpassfile.svg)](https://travis-ci.org/jackc/pgpassfile) + # pgpassfile Package pgpassfile is a parser PostgreSQL .pgpass files.