travis.yml: drop 0.11, add 0.12 and iojs

This commit is contained in:
Miroslav Bajtoš 2015-02-24 08:25:13 +01:00
parent 3d977f3e68
commit 0de2dd4fb7
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- "iojs"