ci: travis: switch coverity build back to Fedora 31 image
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 6 May 2020 12:51:32 +0000 (14:51 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 6 May 2020 21:36:12 +0000 (06:36 +0900)
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

index 8173850..7259a88 100644 (file)
@@ -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