Skip to content

Commit 17cd38f

Browse files
committed
build: support Node.js 7.x
1 parent 8aa6b0c commit 17cd38f

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
@@ -9,6 +9,7 @@ node_js:
99
- "4.7"
1010
- "5.12"
1111
- "6.9"
12+
- "7.4"
1213
sudo: false
1314
cache:
1415
directories:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ environment:
99
- nodejs_version: "4.7"
1010
- nodejs_version: "5.12"
1111
- nodejs_version: "6.9"
12+
- nodejs_version: "7.4"
1213
cache:
1314
- node_modules
1415
install:

0 commit comments

Comments
 (0)