From f2ec39c8e6deed89cc9930f80fca197b3797cf36 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 26 Apr 2018 18:05:03 +0200 Subject: ci: travis: create misc-disabled build This build should cover all kind of disable configure flags we support in efl. Making sure we still work with all of these when a commit comes in. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8c7ecaff58..03257c4482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ env: - DISTRO=Ubuntu1710 - DISTRO=Fedora27 CI_BUILD_TYPE=wayland - DISTRO=Fedora27 CI_BUILD_TYPE=misc + - DISTRO=Fedora27 CI_BUILD_TYPE=misc-disabled - DISTRO=Debian91 - DISTRO=Archlinux @@ -27,6 +28,8 @@ matrix: env: DISTRO=Fedora27 CI_BUILD_TYPE=wayland - os: osx env: DISTRO=Fedora27 CI_BUILD_TYPE=misc + - os: osx + env: DISTRO=Fedora27 CI_BUILD_TYPE=misc-disabled - os: osx env: DISTRO=Debian91 - os: osx -- cgit v1.2.1