Skip to content

Commit

Permalink
Change script to explicitly run gcov-5
Browse files Browse the repository at this point in the history
  • Loading branch information
wangziqi2013 committed Aug 20, 2016
1 parent 4591449 commit 48912e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ addons:
packages:
- gcc-5
- g++-5
- ggcov

before_script:
- ulimit -c unlimited -S
Expand All @@ -36,4 +35,4 @@ script:
- if [[ ${RESULT} != 0 ]]; then exit $RESULT ; fi;

after_success:
- coveralls -t NZ5M6jFefl1w4w7aCVCLDuK4GfOWMFYiW
- coveralls --gcov=gcov-5 -t=NZ5M6jFefl1w4w7aCVCLDuK4GfOWMFYiW

0 comments on commit 48912e6

Please sign in to comment.