From 93663b6283d67d5ec0d875cc61a6af7869a1a05d Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 6 May 2020 14:51:32 +0200 Subject: ci: travis: switch coverity build back to Fedora 31 image While it builds there is a problem to pick up the analyzing units for the scanner. My best guess is that gcc10 is to new and we need to wait for the next cov-tools release before we can bump this. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 81738501dd..7259a884e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ jobs: env: DISTRO=Debian96 - os: linux if: type = cron - env: DISTRO=Fedora32 CI_BUILD_TYPE=coverity + env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity - os: linux if: type = cron env: DISTRO=Fedora32 CI_BUILD_TYPE=asan -- cgit v1.2.1