We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ccad0 commit be3b5e2Copy full SHA for be3b5e2
.travis.yml
@@ -14,13 +14,7 @@ node_js:
14
- "10.20"
15
- "11.15"
16
- "12.16"
17
-matrix:
18
- include:
19
- - node_js: "13"
20
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
21
- allow_failures:
22
- # Allow the nightly installs to fail
23
- - env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
+ - "13.14"
24
cache:
25
directories:
26
- node_modules
appveyor.yml
@@ -14,6 +14,7 @@ environment:
- nodejs_version: "10.20"
- nodejs_version: "11.15"
- nodejs_version: "12.16"
+ - nodejs_version: "13.14"
install:
0 commit comments