travis.yml: drop 0.11, add 0.12 and iojs
This commit is contained in:
parent
3d977f3e68
commit
0de2dd4fb7
|
@ -1,4 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "iojs"
|
||||
|
||||
|
|
Loading…
Reference in New Issue