Skip to content

Commit f691088

Browse files
sehropebrianc
authored andcommitted
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.
1 parent aeb0c75 commit f691088

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ before_script:
66
env:
77
- CC=clang CXX=clang++ npm_config_clang=1 PGUSER=postgres PGDATABASE=postgres
88

9-
node_js: "6"
10-
addons:
11-
postgresql: "9.6"
12-
139
matrix:
1410
include:
1511
- node_js: "4"
@@ -34,3 +30,6 @@ matrix:
3430
- node_js: "6"
3531
addons:
3632
postgresql: "9.5"
33+
- node_js: "6"
34+
addons:
35+
postgresql: "9.6"

0 commit comments

Comments
 (0)