stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5ad0f5f7d022e78b8fc3f5a87490ce0621f799d8

commit 5ad0f5f7d022e78b8fc3f5a87490ce0621f799d8
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed Oct 30 09:40:46 2019 +0100

    travis/ci: update Fedora CI images to 31
    
    Also disable the gstreamer 0.10 module since this version is no longer
    shipped with Fedora 31.
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D10597
---
 .ci/ci-configure.sh |  2 +-
 .travis.yml         | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh
index 97fcb1785d..b7466f6575 100755
--- a/.ci/ci-configure.sh
+++ b/.ci/ci-configure.sh
@@ -17,7 +17,7 @@ if [ "$DISTRO" != "" ] ; then
   # - RPM fusion repo for xine and libvlc
   ENABLED_LINUX_COPTS=" -Dfb=true -Dsdl=true -Dbuffer=true 
-Dbuild-id=travis-build \
   -Ddebug-threads=true -Dg-mainloop=true -Dxpresent=true -Dxgesture=false 
-Dxinput22=true \
-  -Devas-loaders-disabler=json -Decore-imf-loaders-disabler= 
-Demotion-loaders-disabler=libvlc,xine \
+  -Devas-loaders-disabler=json -Decore-imf-loaders-disabler= 
-Demotion-loaders-disabler=gstreamer,libvlc,xine \
   -Demotion-generic-loaders-disabler=vlc -Dharfbuzz=true -Dpixman=true 
-Dhyphen=true \
   -Dvnc-server=true -Dbindings=luajit -Delogind=false -Dinstall-eo-files=true"
 
diff --git a/.travis.yml b/.travis.yml
index 08c9fc2cd1..e55cf38b84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,18 +46,18 @@ jobs:
   include:
     - os: osx
     - os: linux
-      env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw
+      env: DISTRO=Fedora31-mingw CI_BUILD_TYPE=mingw
     - os: linux
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled
+      env: DISTRO=Fedora31 CI_BUILD_TYPE=options-enabled
     - os: linux
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled
+      env: DISTRO=Fedora31 CI_BUILD_TYPE=options-disabled
     - os: linux
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=wayland
+      env: DISTRO=Fedora31 CI_BUILD_TYPE=wayland
     - os: linux
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=default
+      env: DISTRO=Fedora31 CI_BUILD_TYPE=default
     - os: linux
       if: type = cron
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=release-ready
+      env: DISTRO=Fedora31 CI_BUILD_TYPE=release-ready
     - os: linux
       if: type = cron
       env: DISTRO=Ubuntu1804
@@ -69,7 +69,7 @@ jobs:
       env: DISTRO=Debian96
     - os: linux
       if: type = cron
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=coverity
+      env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity
 
 services:
   - docker

-- 


Reply via email to