Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/
Date: Fri, 03 Jan 2020 15:00:54
Message-Id: 1578063623.5743951c803b852e3ff48535b1ba5cfe89a2dd8a.grobian@gentoo
1 commit: 5743951c803b852e3ff48535b1ba5cfe89a2dd8a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 15:00:23 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 15:00:23 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=5743951c
7
8 travis: drop old coverity call
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 travis/main.sh | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/travis/main.sh b/travis/main.sh
16 index 52a3c90..5cbd480 100755
17 --- a/travis/main.sh
18 +++ b/travis/main.sh
19 @@ -21,9 +21,6 @@ do_run() {
20
21 if [[ ${CC} == coverity ]] ; then
22 [[ -n ${COVERITY_SCAN_TOKEN} ]] || exit 0; # don't fail on this for PRs
23 - # Do scans last as they like to dirty the tree and some tests
24 - # expect a clean tree (like code style checks).
25 - v --fold="coverity_scan" coverity_scan
26 # ensure we end up with an existing compiler
27 export CC=gcc
28 v ./configure ${DEFARGS} --enable-qmanifest --enable-qtegrity