From f69108869e7c63aad079bf1b65655791752c28c8 Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Fri, 9 Jun 2017 06:57:42 -0400 Subject: [PATCH] Remove default and normalize Travis-CI matrix Removes the default node 6 / PG 9.6 combination and adds it to the Travis-CI matrix of combinations. That way all combinations are defined in a single place. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 885cfa0e..c50f2f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,6 @@ before_script: env: - CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres -node_js: "6" -addons: - postgresql: "9.6" - matrix: include: - node_js: "4" @@ -34,3 +30,6 @@ matrix: - node_js: "6" addons: postgresql: "9.5" + - node_js: "6" + addons: + postgresql: "9.6"