We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node
v9
1 parent af78e8e commit 3fcbf87Copy full SHA for 3fcbf87
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
os:
3
- linux
4
node_js:
5
+ - "9"
6
- "8"
7
- "7"
8
- "6"
@@ -26,14 +27,16 @@ env:
26
27
matrix:
28
fast_finish: true
29
include:
- - node_js: "node"
30
+ - node_js: "lts/*"
31
env: PRETEST=true
32
allow_failures:
33
+ - node_js: "9"
34
- node_js: "7"
35
- node_js: "5"
36
- node_js: "iojs-v3"
37
- node_js: "iojs-v2"
38
- node_js: "iojs-v1"
39
- node_js: "0.12"
40
+ - os: osx
41
- env: TEST=true ALLOW_FAILURE=true
42
- env: COVERAGE=true
0 commit comments