Skip to content

Commit

Permalink
do coverage after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 16, 2015
1 parent 2d44865 commit 5e9bbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,4 @@ node_js:
- "0.12"
- "4.1"
- "4.2"
after_script: npm run coveralls
after_script: npm run test:coverage && npm run coveralls

0 comments on commit 5e9bbe6

Please sign in to comment.