We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e917028 commit c754c8aCopy full SHA for c754c8a
.travis.yml
@@ -12,10 +12,9 @@ node_js:
12
- "8.16"
13
- "9.11"
14
- "10.12"
15
+ - "11.15"
16
matrix:
17
include:
- - node_js: "11"
18
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
19
- node_js: "12"
20
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
21
allow_failures:
appveyor.yml
@@ -12,6 +12,7 @@ environment:
- nodejs_version: "8.16"
- nodejs_version: "9.11"
- nodejs_version: "10.12"
+ - nodejs_version: "11.15"
cache:
- node_modules
install:
0 commit comments