Skip to content

Commit

Permalink
🆙 Add testing for old node version support
Browse files Browse the repository at this point in the history
  • Loading branch information
mijdavis2 committed May 1, 2016
1 parent ae81b7a commit b6e4327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
script:
- mocha
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit b6e4327

Please sign in to comment.