Skip to content

Commit

Permalink
Under Travis, run tests and coverage separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegas committed Apr 16, 2013
1 parent e9c3bd0 commit 3d714d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: node_js

node_js:
- 0.6
- 0.8
- 0.10
script: npm run-script test-cov && (cat lcov.info | ./node_modules/.bin/coveralls) && (rm -rf lib-cov lcov.info)

script: npm test && npm run-script test-cov && (cat lcov.info | ./node_modules/.bin/coveralls) && (rm -rf lib-cov lcov.info)

0 comments on commit 3d714d2

Please sign in to comment.