Skip to content

Commit 2f14cb1

Browse files
charmanderbrianc
authored andcommitted
Update CI versions (brianc#88)
* Update CI versions PostgreSQL 9.1 is no longer available on 14.04. * Add Node 9 to CI
1 parent 4d7734a commit 2f14cb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ matrix:
55
- node_js: "4"
66
addons:
77
postgresql: "9.1"
8+
dist: precise
89
- node_js: "6"
910
addons:
1011
postgresql: "9.4"
12+
- node_js: "8"
13+
addons:
14+
postgresql: "9.6"
15+
- node_js: "9"
16+
addons:
17+
postgresql: "9.6"

0 commit comments

Comments
 (0)