From eb16fc067625d025af47bf18e312ed414b726283 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 19 Jun 2019 09:26:01 -0400 Subject: [PATCH] ci: travis: remove no longer used BUILDSYSTEM env variable Summary: We used this to have a conditional to enter the different autotools and meson branches in our build scripts. No longer needed. Depends on D9116 Reviewers: zmike, bu5hm4n Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9117 --- .travis.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e5e914d2f..29d7d86e9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,29 +17,28 @@ env: jobs: include: - os: osx - env: BUILDSYSTEM=ninja - os: linux - env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw BUILDSYSTEM=ninja + env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw - os: linux - env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled BUILDSYSTEM=ninja + env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled - os: linux - env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled BUILDSYSTEM=ninja + env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled - os: linux - env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland BUILDSYSTEM=ninja + env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland - os: linux - env: DISTRO=Fedora29 CI_BUILD_TYPE=default BUILDSYSTEM=ninja + env: DISTRO=Fedora29 CI_BUILD_TYPE=default - os: linux if: type = cron - env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready BUILDSYSTEM=ninja + env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready - os: linux if: type = cron - env: DISTRO=Ubuntu1804 BUILDSYSTEM=ninja + env: DISTRO=Ubuntu1804 - os: linux if: type = cron - env: DISTRO=Ubuntu1904 BUILDSYSTEM=ninja + env: DISTRO=Ubuntu1904 - os: linux if: type = cron - env: DISTRO=Debian96 BUILDSYSTEM=ninja + env: DISTRO=Debian96 services: - docker