Skip to content

Commit

Permalink
Update travis to make coveralls work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Jul 30, 2020
1 parent e7de4d8 commit 6aa2edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-7', 'cmake', 'ninja-build']
before_install:
- sudo -H pip install --upgrade requests[security]
- pip install --user cpp-coveralls
after_success:
- coveralls --root ../../ --build-root ./ --include include --gcov 'gcov-7' --gcov-options '\-lp'
Expand Down

0 comments on commit 6aa2edb

Please sign in to comment.