From b4dc9b79d4398e9f3b520a171bc02945c01f69de Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Tue, 18 Nov 2014 12:41:08 -0500 Subject: [PATCH] Don't install qt4 when building qt5 on osx --- travis-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index 6d9c9afc..5878b513 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -5,7 +5,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then if (( QT4 )); then brew install qt protobuf libgcrypt else - brew install qt qt5 protobuf libgcrypt + brew install qt5 protobuf libgcrypt fi else if (( QT4 )); then