Skip to content

Commit a51fe56

Browse files
authored
Update .travis.yml
Drop node@0.10 and node@0.12 from the test matrix.
1 parent 52c96a4 commit a51fe56

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@ language: node_js
22

33
matrix:
44
include:
5-
- node_js: "0.10"
6-
addons:
7-
postgresql: "9.1"
8-
- node_js: "0.12"
9-
addons:
10-
postgresql: "9.1"
115
- node_js: "4"
126
addons:
137
postgresql: "9.1"
14-
- node_js: "5"
15-
addons:
16-
postgresql: "9.4"
178
- node_js: "6"
189
addons:
1910
postgresql: "9.4"
11+
- node_js: "8"
12+
addons:
13+
postgresql: "9.6"

0 commit comments

Comments
 (0)