mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
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:
parent
aeb0c759f5
commit
f69108869e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user