diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-01-03 16:07:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-01-03 16:07:12 +0100 |
commit | 71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3 (patch) | |
tree | 3052167db60bac751e6117cbaa30d53d60486dc6 /travis | |
parent | travis: install GNU coreutils on macOS for sane touch (diff) | |
download | portage-utils-71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3.tar.gz portage-utils-71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3.tar.bz2 portage-utils-71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3.zip |
travis: coverity fails with "success", so just ignore output
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |