summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-05-06 14:51:32 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-06 14:53:38 +0200
commit93663b6283d67d5ec0d875cc61a6af7869a1a05d (patch)
treedda97f4e8d6439d0cb1bcb12f848707b4b913685 /.travis.yml
parente890d3b2219fdbd7f0c8477d465f352ab0d74016 (diff)
downloadefl-93663b6283d67d5ec0d875cc61a6af7869a1a05d.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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