From 322fe2895190b355dd501d54949461af014548fa Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 11 Jul 2018 20:58:16 -0400 Subject: [PATCH] ci: disable app build on osx this isn't currently working, disable for now Differential Revision: https://phab.enlightenment.org/D6609 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd38420d68..78d5fa4ba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,7 @@ script: - .ci/ci-make-distcheck.sh "$CI_BUILD_TYPE" - | if [[ "$DISTRO" == "" ]] && [[ "$TRAVIS_OS_NAME" != "linux" ]] ; then - .ci/build-efl-app.sh + true elif [[ "$CI_BUILD_TYPE" != "release-ready" ]] ; then docker exec --env MAKEFLAGS="-j5" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) .ci/build-efl-app.sh fi