Merge pull request #2033 from strongloop/fix/travis-platforms-2.x
Fix travis platforms [2.x]
This commit is contained in:
commit
d123e95014
|
@ -3,5 +3,6 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "iojs"
|
- "4"
|
||||||
|
- "5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue