Skip to content

Commit

Permalink
fix: do a recursive testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Nov 6, 2014
1 parent 4e64eb2 commit c7d0e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js:
- '0.10'
before_script:
- npm install -g grunt-cli
after_script: NODE_ENV=test YOURPACKAGE_COVERAGE=1 mocha test --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js
after_script: NODE_ENV=test YOURPACKAGE_COVERAGE=1 mocha test --require blanket --reporter mocha-lcov-reporter --recursive | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit c7d0e16

Please sign in to comment.