Skip to content

Commit 3fcbf87

Browse files
committed
[Tests] on node v9; pin included builds to LTS
1 parent af78e8e commit 3fcbf87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
os:
33
- linux
44
node_js:
5+
- "9"
56
- "8"
67
- "7"
78
- "6"
@@ -26,14 +27,16 @@ env:
2627
matrix:
2728
fast_finish: true
2829
include:
29-
- node_js: "node"
30+
- node_js: "lts/*"
3031
env: PRETEST=true
3132
allow_failures:
33+
- node_js: "9"
3234
- node_js: "7"
3335
- node_js: "5"
3436
- node_js: "iojs-v3"
3537
- node_js: "iojs-v2"
3638
- node_js: "iojs-v1"
3739
- node_js: "0.12"
40+
- os: osx
3841
- env: TEST=true ALLOW_FAILURE=true
3942
- env: COVERAGE=true

0 commit comments

Comments
 (0)