stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=93663b6283d67d5ec0d875cc61a6af7869a1a05d

commit 93663b6283d67d5ec0d875cc61a6af7869a1a05d
Author: Stefan Schmidt <[email protected]>
Date:   Wed May 6 14:51:32 2020 +0200

    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(-)

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

-- 


Reply via email to