From d8f7c57eff4143afc7890d70a2e0c3f29e46ed91 Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Wed, 5 Oct 2016 14:24:50 +0200 Subject: [PATCH] Fixed travis build on osx --- travis-dependencies.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index cd63a416..13bdc727 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -3,8 +3,6 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then brew update > /dev/null brew install qt5 protobuf > /dev/null - brew unlink cmake - brew upgrade cmake else # common prerequisites sudo add-apt-repository -y ppa:smspillaz/cmake-master @@ -29,4 +27,4 @@ else sudo ln -s /usr/src/gtest/build/libgtest_main.so /usr/lib/libgtest_main.so cd - fi -fi \ No newline at end of file +fi