From 68e130a1fde9b9603d8454b733757537120a0fb5 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Mon, 3 Sep 2018 15:12:23 +0200 Subject: [PATCH] Temporarily disable Travis CI Mac OS X build After Travis CI upgraded to Mac OS X 10.13 the build is broken due to errors with missin symbols in inclusion, we haven't been able to figure out how to fix those error, so to avoid false broken CI on pull request Tavis CI build for Mac OS X is disabled until someone figure aout how to fix those errors. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e11da2148..ea4fc567f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ before_script: script: - if [ $TRAVIS_OS_NAME == linux ] && [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make -j2; fi - - if [ $TRAVIS_OS_NAME == osx ] && [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make -j2; fi + - if [ $TRAVIS_OS_NAME == osx ] && [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then echo TEMPORARILY DISABLED make -j2; fi #after_success: