Skip to content

Commit

Permalink
Update gcov path
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Nov 23, 2014
1 parent 2f6ec08 commit 0caf6fb
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 @@ -40,7 +40,7 @@ before_install:
- which gcov

after_success:
- if [ "$TASK" = "coverage" ]; then coveralls --gcov gcov-4.8 -E 'Test.cpp$' --gcov-options '\-lp' > /dev/null; fi
- if [ "$TASK" = "coverage" ]; then coveralls --gcov /usr/bin/gcov-4.8 -E 'Test.cpp$' --gcov-options '\-lp' > /dev/null; fi

notifications:
irc:
Expand Down

0 comments on commit 0caf6fb

Please sign in to comment.