Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Correct gcov version mismatch (bsamseth#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth authored Mar 3, 2019
1 parent e043d1e commit 4c7a027
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 @@ -16,7 +16,7 @@ matrix:
- lcov
- g++-7
env:
- MATRIX_EVAL="CXX_COMPILER=g++-7"
- MATRIX_EVAL="CXX_COMPILER=g++-7; sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-7 90"

- os: osx
osx_image: xcode10.1
Expand Down

0 comments on commit 4c7a027

Please sign in to comment.