Skip to content

Commit

Permalink
build: support io.js 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 16, 2015
1 parent d64e8f6 commit 4aa1094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ node_js:
- '1.8'
- '2.0'
- '2.5'
- '3.0'

sudo: false

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -13,6 +13,7 @@ environment:
- nodejs_version: "1.8"
- nodejs_version: "2.0"
- nodejs_version: "2.5"
- nodejs_version: "3.0"

services:
- mysql
Expand Down

0 comments on commit 4aa1094

Please sign in to comment.