Skip to content

Commit 0856563

Browse files
committed
build: support Node.js 11.x
1 parent 7eca6c8 commit 0856563

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ node_js:
1313
- "8.16"
1414
- "9.11"
1515
- "10.15"
16+
- "11.15"
1617
sudo: false
1718
cache:
1819
directories:

appveyor.yml

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

0 commit comments

Comments
 (0)