Skip to content

Commit 4aa1094

Browse files
committed
build: support io.js 3.x
1 parent d64e8f6 commit 4aa1094

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
@@ -8,6 +8,7 @@ node_js:
88
- '1.8'
99
- '2.0'
1010
- '2.5'
11+
- '3.0'
1112

1213
sudo: false
1314

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ environment:
1313
- nodejs_version: "1.8"
1414
- nodejs_version: "2.0"
1515
- nodejs_version: "2.5"
16+
- nodejs_version: "3.0"
1617

1718
services:
1819
- mysql

0 commit comments

Comments
 (0)