Merge pull request #2033 from strongloop/fix/travis-platforms-2.x

Fix travis platforms [2.x]
This commit is contained in:
Miroslav Bajtoš 2016-02-04 16:44:33 +01:00
commit d123e95014
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"