Skip to content

Commit

Permalink
Fix build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
asweeney86 committed Dec 21, 2017
1 parent 5140d89 commit 9d92a47
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 @@ -25,8 +25,7 @@ matrix:
before_script:
- pip install --user cpp-coveralls
after_success:
- make coverage
- coveralls --build-root test --include src --gcov 'gcov-4.9' --gcov-options '\-lp'
- coveralls --root .. --build-root . --include src --gcov 'gcov-4.9' --gcov-options '\-lp'
env:
- COMPILER=g++-4.9
- CMAKE_OPTIONS=-DENABLE_COVERAGE=ON
Expand Down

0 comments on commit 9d92a47

Please sign in to comment.