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 5266f3a commit b9ecb9aCopy full SHA for b9ecb9a
.travis.yml
@@ -13,10 +13,9 @@ node_js:
13
- "9.11"
14
- "10.15"
15
- "11.15"
16
+ - "12.2"
17
matrix:
18
include:
- - node_js: "12"
19
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
20
- node_js: "13"
21
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
22
allow_failures:
appveyor.yml
@@ -13,6 +13,7 @@ environment:
- nodejs_version: "9.11"
- nodejs_version: "10.15"
- nodejs_version: "11.15"
+ - nodejs_version: "12.2"
cache:
- node_modules
install:
0 commit comments