stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=322fe2895190b355dd501d54949461af014548fa

commit 322fe2895190b355dd501d54949461af014548fa
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 11 20:58:16 2018 -0400

    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

-- 


Reply via email to