Skip to content

Commit 061f378

Browse files
committed
build: support Node.js 9.x
1 parent 669c1a1 commit 061f378

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
@@ -11,6 +11,7 @@ node_js:
1111
- "6.12"
1212
- "7.10"
1313
- "8.9"
14+
- "9.2"
1415
sudo: false
1516
cache:
1617
directories:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ environment:
1111
- nodejs_version: "6.12"
1212
- nodejs_version: "7.10"
1313
- nodejs_version: "8.9"
14+
- nodejs_version: "9.2"
1415
cache:
1516
- node_modules
1617
install:

0 commit comments

Comments
 (0)