Skip to content

Commit

Permalink
Removed coveralls -v option again. Seems their service is currently b…
Browse files Browse the repository at this point in the history
…roken.
  • Loading branch information
Frank Schmid committed May 9, 2017
1 parent 4b0c41c commit a1d95f8
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 @@ -14,4 +14,4 @@ script:
- npm test

after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v && rm -rf ./coverage
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit a1d95f8

Please sign in to comment.