try iojs travis support

This commit is contained in:
David Frank 2015-02-06 19:11:15 +08:00
parent 64f2fba457
commit 41806e3330
1 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,7 @@ language: node_js
node_js:
- "0.10"
- "0.11"
- "iojs-v1.0"
- "iojs-v1.1"
before_install: npm install -g npm
script: npm run coverage