From 7f057612bf575422c55d050ea88bd49c71c37f16 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 24 Apr 2017 20:39:11 +0200 Subject: [PATCH] possibily fix osx shortcut problem --- travis-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index 9c1093df..e607ecd7 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -2,7 +2,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then brew update > /dev/null - brew install --force qt + brew install --force qt@5.7 brew install protobuf else # common prerequisites