From: Stefan Schmidt Date: Tue, 5 May 2020 13:02:29 +0000 (+0200) Subject: ci: travis: update more jobs to Fedora32 image X-Git-Tag: accepted/tizen/unified/20200604.164556~227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8a01d4d0f9effeea4b5c6826f1556fcac717d26;p=platform%2Fupstream%2Fefl.git ci: travis: update more jobs to Fedora32 image With the edje test suite problems resolved almost all jobs can be moved. Mingw, exactness and asan need more testing and debugging. --- diff --git a/.travis.yml b/.travis.yml index a937f96..b3699b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,12 +54,12 @@ jobs: - os: linux env: DISTRO=Fedora32 CI_BUILD_TYPE=options-disabled - os: linux - env: DISTRO=Fedora31 CI_BUILD_TYPE=wayland + env: DISTRO=Fedora32 CI_BUILD_TYPE=wayland - os: linux - env: DISTRO=Fedora31 CI_BUILD_TYPE=default + env: DISTRO=Fedora32 CI_BUILD_TYPE=default - os: linux if: type = cron - env: DISTRO=Fedora31 CI_BUILD_TYPE=release-ready + env: DISTRO=Fedora32 CI_BUILD_TYPE=release-ready - os: linux if: type = cron env: DISTRO=Ubuntu1804 @@ -71,7 +71,7 @@ jobs: env: DISTRO=Debian96 - os: linux if: type = cron - env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity + env: DISTRO=Fedora32 CI_BUILD_TYPE=coverity - os: linux if: type = cron env: DISTRO=Fedora31 CI_BUILD_TYPE=asan