Skip to content

Commit 61921aa

Browse files
sehropebrianc
authored andcommitted
Add node 8.x to Travis-CI matrix
1 parent f691088 commit 61921aa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,22 @@ matrix:
3333
- node_js: "6"
3434
addons:
3535
postgresql: "9.6"
36+
- node_js: "8"
37+
addons:
38+
postgresql: "9.1"
39+
dist: precise
40+
- node_js: "8"
41+
addons:
42+
postgresql: "9.2"
43+
- node_js: "8"
44+
addons:
45+
postgresql: "9.3"
46+
- node_js: "8"
47+
addons:
48+
postgresql: "9.4"
49+
- node_js: "8"
50+
addons:
51+
postgresql: "9.5"
52+
- node_js: "8"
53+
addons:
54+
postgresql: "9.6"

0 commit comments

Comments
 (0)