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.