diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-01-03 16:00:23 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-01-03 16:00:23 +0100 |
commit | 5743951c803b852e3ff48535b1ba5cfe89a2dd8a (patch) | |
tree | ebe596e52d1b37870348c2d9123b414a19461565 /travis | |
parent | travis: get GNU sed on macOS (diff) | |
download | portage-utils-5743951c803b852e3ff48535b1ba5cfe89a2dd8a.tar.gz portage-utils-5743951c803b852e3ff48535b1ba5cfe89a2dd8a.tar.bz2 portage-utils-5743951c803b852e3ff48535b1ba5cfe89a2dd8a.zip |
travis: drop old coverity call
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/main.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/travis/main.sh b/travis/main.sh index 52a3c901..5cbd480c 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -21,9 +21,6 @@ do_run() { if [[ ${CC} == coverity ]] ; then [[ -n ${COVERITY_SCAN_TOKEN} ]] || exit 0; # don't fail on this for PRs - # Do scans last as they like to dirty the tree and some tests - # expect a clean tree (like code style checks). - v --fold="coverity_scan" coverity_scan # ensure we end up with an existing compiler export CC=gcc v ./configure ${DEFARGS} --enable-qmanifest --enable-qtegrity |