From 3c0c51c1af2ce8339ca5bf004b812b21af46a036 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Tue, 19 Sep 2017 17:30:00 +0300 Subject: [PATCH] Test with latest versions of Go and PostgreSQL --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80416d5..136b03c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,16 +4,15 @@ sudo: required dist: trusty env: - - PGVERSION=9.1 - - PGVERSION=9.2 - PGVERSION=9.3 - PGVERSION=9.4 + - PGVERSION=9.5 + - PGVERSION=9.6 go: - - 1.5.4 - - 1.6.3 - - 1.7 - - tip + - 1.8.x + - 1.9.x + - master before_install: - sudo /etc/init.d/postgresql stop