Skip to content

Commit 8505bbf

Browse files
committed
Merge branch 'issue_61'
2 parents babdb4b + e20063c commit 8505bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ script:
106106
# Calculate coverage
107107
after_success:
108108
if [ "${CMAKE_BUILD_TYPE}" = "coverage" ]; then
109-
coveralls -r .. -b . --verbose --exclude ${TRAVIS_BUILD_DIR}/deps --gcov=`which ${GCOV}` --gcov-options '\-lp';
109+
coveralls -r .. -b . --verbose --exclude ${TRAVIS_BUILD_DIR}/deps --gcov=`which ${GCOV}` --gcov-options '\-lpbc';
110110
fi
111111

112112
# after_failure:

0 commit comments

Comments
 (0)