Skip to content

Commit ec0e856

Browse files
committed
Silence coverage issues due to gcc-8
1 parent a941fbd commit ec0e856

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
@@ -105,7 +105,7 @@ script:
105105

106106
after_script:
107107
- find . -name '*.gcno' -print
108-
- for version in ${GCC}; do bash <(curl -s https://codecov.io/bash) -x $(type -P gcov-${GCC}) ; done
108+
- for version in ${GCC}; do bash <(curl -s https://codecov.io/bash) -x $(type -P gcov-${GCC}) || true ; done
109109
- |
110110
if [[ "${TRAVIS_TAG}" ]]; then
111111
if [[ "v${TRAVIS_TAG}" != "v$(sed -n '/[0-9]\{1,\}\(\.[0-9]\{1,\}\)\{1,\}/{s/^\([^.]*\)\([0-9]\{1,\}\(\.[0-9]\{1,\}\)\{1,\}\)\(.*\)/\2/p;q;}' .VERSION)" ]]; then

0 commit comments

Comments
 (0)