Merge PR #3249: Fix travis OSX build

This commit is contained in:
Jan Klass 2017-10-15 21:44:42 +02:00 committed by GitHub
commit a8d8c136b6

View File

@ -57,7 +57,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
exit 1
fi
elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
brew install qt5 libogg libvorbis flac libsndfile protobuf openssl ice
brew update && brew install qt5 libogg libvorbis flac libsndfile protobuf openssl ice
else
exit 1
fi