From 4b843c0a26620afd8181f8cba39af3b813b80980 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 23 Mar 2016 16:57:59 -0500 Subject: [PATCH] Update travis build matrix Use Go 1.6.0 Add PostgreSQL 9.5 Remove PostgreSQL 9.0 as it is no longer a supported version http://www.postgresql.org/support/versioning/ --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7b32779..61323dc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: + - 1.6.0 - 1.5.2 - tip @@ -22,11 +23,11 @@ before_install: env: matrix: + - PGVERSION=9.5 - PGVERSION=9.4 - PGVERSION=9.3 - PGVERSION=9.2 - PGVERSION=9.1 - - PGVERSION=9.0 before_script: - mv conn_config_test.go.travis conn_config_test.go