commit: 5743951c803b852e3ff48535b1ba5cfe89a2dd8a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 15:00:23 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 15:00:23 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=5743951c
travis: drop old coverity call
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
travis/main.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/travis/main.sh b/travis/main.sh
index 52a3c90..5cbd480 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