commit: 71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 15:07:12 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 15:07:12 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=71e52bce
travis: coverity fails with "success", so just ignore output
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
travis/main.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/travis/main.sh b/travis/main.sh
index 5cbd480..6313d1b 100755
--- a/travis/main.sh
+++ b/travis/main.sh
@@ -24,7 +24,7 @@ if [[ ${CC} == coverity ]] ; then
# ensure we end up with an existing compiler
export CC=gcc
v ./configure ${DEFARGS} --enable-qmanifest --enable-qtegrity
- curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh'
| bash
+ curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh'
| bash || true
elif [[ ${CC} == valgrind ]] ; then
export CC=gcc
do_run CFLAGS=-g ${DEFARGS} --enable-qmanifest --enable-qtegrity