Merge pull request #1127 from strongloop/fix/travis-config
travis.yml: drop 0.11, add 0.12 and iojs
This commit is contained in:
commit
3dc259b911
|
@ -1,4 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.11"
|
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
- "0.12"
|
||||||
|
- "iojs"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue