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.
This commit is contained in:
Sehrope Sarkuni 2017-06-09 06:57:42 -04:00 committed by Brian C
parent aeb0c759f5
commit f69108869e

View File

@ -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"