Skip to content

Commit 5f56298

Browse files
committed
Update travis configuration (postgres 9.6, node 8,10,12)
1 parent 647f0f9 commit 5f56298

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: node_js
22
node_js:
3-
- "6"
43
- "8"
54
- "10"
6-
- "11"
5+
- "12"
76
addons:
8-
postgresql: "9.3"
7+
postgresql: "9.6"
98

109
services:
1110
- postgresql

0 commit comments

Comments
 (0)