Skip to content

Commit c754c8a

Browse files
committedMay 9, 2019
build: support Node.js 11.x
1 parent e917028 commit c754c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ node_js:
1212
- "8.16"
1313
- "9.11"
1414
- "10.12"
15+
- "11.15"
1516
matrix:
1617
include:
17-
- node_js: "11"
18-
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
1918
- node_js: "12"
2019
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
2120
allow_failures:

‎appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ environment:
1212
- nodejs_version: "8.16"
1313
- nodejs_version: "9.11"
1414
- nodejs_version: "10.12"
15+
- nodejs_version: "11.15"
1516
cache:
1617
- node_modules
1718
install:

0 commit comments

Comments
 (0)
Please sign in to comment.