Skip to content

Commit 5091aa2

Browse files
committed
[Tests] up to node v9.3, v8.8, v6.12; pin included builds to LTS
1 parent 58cc4a4 commit 5091aa2

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.travis.yml

+14-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ language: node_js
22
os:
33
- linux
44
node_js:
5-
- "8.8"
5+
- "9.3"
6+
- "8.9"
67
- "7.10"
7-
- "6.11"
8+
- "6.12"
89
- "5.12"
910
- "4.8"
1011
- "iojs-v3.3"
@@ -29,8 +30,16 @@ env:
2930
matrix:
3031
fast_finish: true
3132
include:
32-
- node_js: "node"
33+
- node_js: "lts/*"
3334
env: PRETEST=true
35+
- node_js: "9.2"
36+
env: TEST=true ALLOW_FAILURE=true
37+
- node_js: "9.1"
38+
env: TEST=true ALLOW_FAILURE=true
39+
- node_js: "9.0"
40+
env: TEST=true ALLOW_FAILURE=true
41+
- node_js: "8.8"
42+
env: TEST=true ALLOW_FAILURE=true
3443
- node_js: "8.7"
3544
env: TEST=true ALLOW_FAILURE=true
3645
- node_js: "8.6"
@@ -67,6 +76,8 @@ matrix:
6776
env: TEST=true ALLOW_FAILURE=true
6877
- node_js: "7.0"
6978
env: TEST=true ALLOW_FAILURE=true
79+
- node_js: "6.11"
80+
env: TEST=true ALLOW_FAILURE=true
7081
- node_js: "6.10"
7182
env: TEST=true ALLOW_FAILURE=true
7283
- node_js: "6.9"

0 commit comments

Comments
 (0)