From c4e6445cc73142e773864439198a9ccf72767cb1 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 9 May 2020 10:19:39 -0500 Subject: [PATCH] Explicitly test supported Go and PostgreSQL versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87a0c058..0371101f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: go go: - - 1.x + - 1.14.x + - 1.13.x - tip git: @@ -29,7 +30,6 @@ env: - PGVERSION=10 - PGVERSION=9.6 - PGVERSION=9.5 - - PGVERSION=9.4 cache: directories: