Don't install qt4 when building qt5 on osx
This commit is contained in:
parent
ee2ba4abd3
commit
b4dc9b79d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue