Skip to content

Commit be3b5e2

Browse files
committed
build: support Node.js 13.x
1 parent c5ccad0 commit be3b5e2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ node_js:
1414
- "10.20"
1515
- "11.15"
1616
- "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"
17+
- "13.14"
2418
cache:
2519
directories:
2620
- node_modules

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environment:
1414
- nodejs_version: "10.20"
1515
- nodejs_version: "11.15"
1616
- nodejs_version: "12.16"
17+
- nodejs_version: "13.14"
1718
cache:
1819
- node_modules
1920
install:

0 commit comments

Comments
 (0)