Skip to content

Commit 049f89d

Browse files
committed
build: support Node.js 10.x
1 parent d9e5a79 commit 049f89d

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
@@ -12,6 +12,7 @@ node_js:
1212
- "7.10"
1313
- "8.11"
1414
- "9.11"
15+
- "10.8"
1516
sudo: false
1617
cache:
1718
directories:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ environment:
1212
- nodejs_version: "7.10"
1313
- nodejs_version: "8.11"
1414
- nodejs_version: "9.11"
15+
- nodejs_version: "10.8"
1516
cache:
1617
- node_modules
1718
install:

0 commit comments

Comments
 (0)