zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=1da0b8c9821df9712950817d12ce99190fb13d54
commit 1da0b8c9821df9712950817d12ce99190fb13d54 Author: Mike Blumenkrantz <[email protected]> Date: Wed Sep 18 11:56:20 2019 -0400 disable meson builds for this branch there was a lot of work done on the meson build related to moving files around and adding features and such, and it's too difficult to reliably separate and backport all these changes meson was not the officially supported build system for 1.22, so there's no need to continue building this as it's approaching EOL anyway --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index c60b355c0d..770b54aa33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,22 +58,11 @@ jobs: env: DISTRO=Fedora30 CI_BUILD_TYPE=wayland - os: linux env: DISTRO=Fedora30 CI_BUILD_TYPE=default - - os: linux - env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled BUILDSYSTEM=ninja - - os: linux - env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled BUILDSYSTEM=ninja - - os: linux - env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland BUILDSYSTEM=ninja - - os: linux - env: DISTRO=Fedora29 CI_BUILD_TYPE=default BUILDSYSTEM=ninja - os: osx if: type = cron - os: linux if: type = cron env: DISTRO=Fedora30 CI_BUILD_TYPE=release-ready - - os: linux - if: type = cron - env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready BUILDSYSTEM=ninja - os: linux if: type = cron env: DISTRO=Ubuntu1804 @@ -83,15 +72,6 @@ jobs: - os: linux if: type = cron 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 services: - docker --
