Skip to content

Commit b9ecb9a

Browse files
zuohuadongdougwilson
authored andcommitted
build: support Node.js 12.x
closes #3946
1 parent 5266f3a commit b9ecb9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ node_js:
1313
- "9.11"
1414
- "10.15"
1515
- "11.15"
16+
- "12.2"
1617
matrix:
1718
include:
18-
- node_js: "12"
19-
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
2019
- node_js: "13"
2120
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
2221
allow_failures:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ environment:
1313
- nodejs_version: "9.11"
1414
- nodejs_version: "10.15"
1515
- nodejs_version: "11.15"
16+
- nodejs_version: "12.2"
1617
cache:
1718
- node_modules
1819
install:

0 commit comments

Comments
 (0)