ci: travis: update last jobs from Fedora 29 to 30 docker image

With the specsuite tests fixed now we can see that the build also works
with Fedora 30, so we can update the last missing jobs not having it.

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9193
This commit is contained in:
Stefan Schmidt 2019-06-20 08:48:30 +02:00 committed by Mike Blumenkrantz
parent aa607bf47f
commit ac2a0fe313
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ jobs:
- os: linux
env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled
- os: linux
env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland
env: DISTRO=Fedora30 CI_BUILD_TYPE=wayland
- os: linux
env: DISTRO=Fedora29 CI_BUILD_TYPE=default
env: DISTRO=Fedora30 CI_BUILD_TYPE=default
- os: linux
env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled BUILDSYSTEM=ninja
- os: linux
@ -70,7 +70,7 @@ jobs:
if: type = cron
- os: linux
if: type = cron
env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready
env: DISTRO=Fedora30 CI_BUILD_TYPE=release-ready
- os: linux
if: type = cron
env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready BUILDSYSTEM=ninja