Skip to content

Commit

Permalink
drop all gcov options from .travis.yml
Browse files Browse the repository at this point in the history
trying to make coveralls happy
  • Loading branch information
Ville Tuulos committed May 31, 2016
1 parent ad013ed commit ecc433e
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 @@ -23,4 +23,4 @@ script:
- ./waf test

after_success:
- COV=$(python -c 'import site; print "%s/bin/" % site.USER_BASE'); $COV/coveralls --include src --build-root build/test/ --gcov-options '\-l'
- COV=$(python -c 'import site; print "%s/bin/" % site.USER_BASE'); $COV/coveralls --include src --build-root build/test/

0 comments on commit ecc433e

Please sign in to comment.