From b14cf678ccd11d6ccc1bb6327e78d71edb432b77 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Wed, 18 Dec 2019 14:08:23 -0600 Subject: [PATCH] Remove postgres 9.1 from test matrix - json is not supported --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b65d51b..03849285 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,11 +36,7 @@ matrix: addons: postgresql: "9.6" - # PostgreSQL 9.1 and 9.2 only work on precise - - node_js: lts/carbon - addons: - postgresql: "9.1" - dist: precise + # PostgreSQL 9.2 only works on precise - node_js: lts/carbon addons: postgresql: "9.2"