Skip to content

Commit

Permalink
Coveralls text no x
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schick committed May 30, 2015
1 parent 4c373e8 commit 3b1bc09
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 @@ -5,4 +5,4 @@ node_js:
- "0.10"
- "iojs"
- "iojs-v1.0.4"
after_script: './node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha report lcovonly -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage+'
after_script: './node_modules/.bin/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 3b1bc09

Please sign in to comment.