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.
1 parent 6295b45 commit 003459bCopy full SHA for 003459b
.travis.yml
@@ -10,10 +10,9 @@ node_js:
10
- "6.14"
11
- "7.10"
12
- "8.12"
13
+ - "9.11"
14
matrix:
15
include:
- - node_js: "9"
16
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
17
- node_js: "10"
18
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
19
- node_js: "11"
appveyor.yml
@@ -10,6 +10,7 @@ environment:
- nodejs_version: "6.14"
- nodejs_version: "7.10"
- nodejs_version: "8.12"
+ - nodejs_version: "9.11"
cache:
- node_modules
install:
0 commit comments