From d93cfb32fef5b76d4181a8bf7c1e378881483a75 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Fri, 2 Sep 2016 14:49:16 +0100 Subject: travis: Update to XCode 7.3.1 --- .travis-deps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis-deps.sh') diff --git a/.travis-deps.sh b/.travis-deps.sh index aad9074bf..b0833f74a 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -20,7 +20,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then ) elif [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update > /dev/null # silence the very verbose output - brew unlink cmake + brew unlink cmake || true brew install cmake qt5 sdl2 dylibbundler - gem install xcpretty fi -- cgit v1.2.3