Skip to content

Commit 7c1d644

Browse files
committed
Support io.js 2.0
1 parent 59cd7e9 commit 7c1d644

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
@@ -6,6 +6,7 @@ node_js:
66
- '0.12'
77
- '1.0'
88
- '1.8'
9+
- '2.0'
910

1011
sudo: false
1112

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ environment:
1111
- nodejs_version: "0.12"
1212
- nodejs_version: "1.0"
1313
- nodejs_version: "1.8"
14+
- nodejs_version: "2.0"
1415

1516
services:
1617
- mysql

0 commit comments

Comments
 (0)