Skip to content

Commit

Permalink
test gcov option for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarrens committed May 31, 2020
1 parent 2fdcea2 commit 2c025a9
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 @@ -68,5 +68,5 @@ script:

after_success:
- if [ $TRAVIS_OS_NAME = 'linux' ];
then alias gcov="gcov-9" && coveralls;
then coveralls --gcov gcov-9;
fi

0 comments on commit 2c025a9

Please sign in to comment.