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 ecce73b commit 64a0118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
- pip install --upgrade --user git+git://github.com/eddyxu/cpp-coveralls.git

install:
- sudo ln -sf /usr/bin/gcov-4.7 /usr/bin/gcov
- sudo ln -sf /usr/bin/gcov /usr/bin/gcov
script:

- cmake -H. -Bbuild -DCOVERAGE=1
Expand All @@ -34,7 +34,7 @@ script:
after_success:

- |
coveralls --verbose --root . \
coveralls --verbose --root . --gcov-options '\-lp' \
-e CMakeFiles \
-e TestMathToolKit/lib \
Expand Down

0 comments on commit 64a0118

Please sign in to comment.