From 448fc26c01bf53973a3099352f27e5598fc097b1 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Wed, 12 Oct 2016 10:33:09 -0400 Subject: [PATCH] just test postgres 9.4 for now --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 502aac4..e5416cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,7 @@ branches: # Start the databases # See https://docs.travis-ci.com/user/database-setup/ addons: - postgresql: - - "9.4" - - "9.5" - - "9.6" + postgresql: "9.4" services: - postgresql