Merge pull request #1127 from strongloop/fix/travis-config

travis.yml: drop 0.11, add 0.12 and iojs
This commit is contained in:
Miroslav Bajtoš 2015-02-25 13:46:30 +01:00
commit 3dc259b911
1 changed files with 3 additions and 1 deletions

View File

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