From c8080fc4a1bfa44bf90383ad0fdce2f68b7d313c Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Tue, 24 Jan 2017 08:29:01 -0600 Subject: [PATCH] Update travis config --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32b35bbd..d9ea43b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.7.1 - - 1.6.3 + - 1.7.4 + - 1.6.4 - tip # Derived from https://github.com/lib/pq/blob/master/.travis.yml @@ -34,7 +34,6 @@ env: - PGVERSION=9.4 - PGVERSION=9.3 - PGVERSION=9.2 - - PGVERSION=9.1 # The tricky test user, below, has to actually exist so that it can be used in a test # of aclitem formatting. It turns out aclitems cannot contain non-existing users/roles.