Skip to content

Commit 003459b

Browse files
nacimgouradougwilson
authored andcommitted
build: support Node.js 9.x
closes #3617
1 parent 6295b45 commit 003459b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ node_js:
1010
- "6.14"
1111
- "7.10"
1212
- "8.12"
13+
- "9.11"
1314
matrix:
1415
include:
15-
- node_js: "9"
16-
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
1716
- node_js: "10"
1817
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
1918
- node_js: "11"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ environment:
1010
- nodejs_version: "6.14"
1111
- nodejs_version: "7.10"
1212
- nodejs_version: "8.12"
13+
- nodejs_version: "9.11"
1314
cache:
1415
- node_modules
1516
install:

0 commit comments

Comments
 (0)