Skip to content

Commit c12cc88

Browse files
committed
build: support Node.js 6.x
1 parent 23c22ce commit c12cc88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ node_js:
77
- "3.3"
88
- "4.4"
99
- "5.11"
10+
- "6.2"
1011
sudo: false
1112
cache:
1213
directories:

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ environment:
77
- nodejs_version: "3.3"
88
- nodejs_version: "4.4"
99
- nodejs_version: "5.11"
10+
- nodejs_version: "6.2"
1011
cache:
1112
- node_modules
1213
install:

0 commit comments

Comments
 (0)