Skip to content

Commit 23c22ce

Browse files
committed
build: support Node.js 5.x
1 parent 791cabf commit 23c22ce

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
@@ -6,6 +6,7 @@ node_js:
66
- "2.5"
77
- "3.3"
88
- "4.4"
9+
- "5.11"
910
sudo: false
1011
cache:
1112
directories:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
- nodejs_version: "2.5"
77
- nodejs_version: "3.3"
88
- nodejs_version: "4.4"
9+
- nodejs_version: "5.11"
910
cache:
1011
- node_modules
1112
install:

0 commit comments

Comments
 (0)