Skip to content

Commit

Permalink
Updating .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bendou committed Jan 7, 2019
1 parent 14d49ab commit e20642e
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 @@ -29,7 +29,7 @@ script:
after_success:
- ls /usr/bin/
- /usr/bin/gcov --version
- sudo ln -sf /usr/bin/gcov-8.0 /usr/bin/gcov
- sudo ln -sf /usr/bin/gcov-8 /usr/bin/gcov
- /usr/bin/gcov --version
- coveralls --verbose --root . --gcov-options '\-lp' -E ".*CMakeFiles.*"

Expand Down

0 comments on commit e20642e

Please sign in to comment.