Skip to content

Commit

Permalink
Merge pull request #192 from Ajedi32/travis-add-node-versions
Browse files Browse the repository at this point in the history
Add more Node versions to Travis
  • Loading branch information
Ajedi32 committed Jan 9, 2016
2 parents 528776c + 1d2778d commit dac3396
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,13 @@ node_js:
- "0.12"
- "iojs"
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"

after_script:
make coveralls
make coveralls

0 comments on commit dac3396

Please sign in to comment.