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.
This commit is contained in:
Stefan Schmidt 2020-05-06 14:51:32 +02:00
parent e890d3b221
commit 93663b6283
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
env: DISTRO=Debian96 env: DISTRO=Debian96
- os: linux - os: linux
if: type = cron if: type = cron
env: DISTRO=Fedora32 CI_BUILD_TYPE=coverity env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity
- os: linux - os: linux
if: type = cron if: type = cron
env: DISTRO=Fedora32 CI_BUILD_TYPE=asan env: DISTRO=Fedora32 CI_BUILD_TYPE=asan