Skip to content

Commit

Permalink
Task: Allow travis to test using node 0.10 and 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nspragg committed Apr 11, 2016
1 parent c968082 commit 77882fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- "5"
- "4"
- "0.10"
- "0.12"
after_script:
- npm run coverage
- cat coverage/lcov.info | node_modules/.bin/coveralls

0 comments on commit 77882fb

Please sign in to comment.