ci: travis: switch to newer distro releases
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 12 Jun 2019 15:44:05 +0000 (11:44 -0400)
committerHermet Park <hermetpark@gmail.com>
Wed, 19 Jun 2019 04:18:20 +0000 (13:18 +0900)
Summary:
We follow Debian 9.9, Ubuntu 19.04 and Fedora 30 releases.
Also adding a build for Ubuntu 18.04 LTS to the cron job.

Not all jobs are updated yet as some experience failures
(old or new versions) which need to be understand and fixed
before we move on.

Reviewers: zmike

Reviewed By: zmike

Subscribers: zmike, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9088

.travis.yml

index 50ce7a7..647e1df 100644 (file)
@@ -23,17 +23,17 @@ jobs:
     - os: linux
       env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw BUILDSYSTEM=ninja
     - os: linux
-      env: DISTRO=Fedora29 CI_BUILD_TYPE=options-enabled
+      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled
     - os: linux
-      env: DISTRO=Fedora29 CI_BUILD_TYPE=options-disabled
+      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled
     - os: linux
       env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland
     - os: linux
       env: DISTRO=Fedora29 CI_BUILD_TYPE=default
     - os: linux
-      env: DISTRO=Fedora29 CI_BUILD_TYPE=options-enabled BUILDSYSTEM=ninja
+      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled BUILDSYSTEM=ninja
     - os: linux
-      env: DISTRO=Fedora29 CI_BUILD_TYPE=options-disabled BUILDSYSTEM=ninja
+      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled BUILDSYSTEM=ninja
     - os: linux
       env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland BUILDSYSTEM=ninja
     - os: linux
@@ -48,13 +48,19 @@ jobs:
       env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready BUILDSYSTEM=ninja
     - os: linux
       if: type = cron
-      env: DISTRO=Ubuntu1810
+      env: DISTRO=Ubuntu1804
     - os: linux
       if: type = cron
-      env: DISTRO=Debian96
+      env: DISTRO=Ubuntu1904
     - os: linux
       if: type = cron
-      env: DISTRO=Ubuntu1810 BUILDSYSTEM=ninja
+      env: DISTRO=Debian99
+    - os: linux
+      if: type = cron
+      env: DISTRO=Ubuntu1804 BUILDSYSTEM=ninja
+    - os: linux
+      if: type = cron
+      env: DISTRO=Ubuntu1904 BUILDSYSTEM=ninja
     - os: linux
       if: type = cron
       env: DISTRO=Debian96 BUILDSYSTEM=ninja