Merge pull request #214 from cartr/patch-1

Update .travis.yml to reflect qt->qt@4 change
This commit is contained in:
Srivats P 2017-04-10 22:09:16 +05:30 committed by GitHub
commit 97c7d79695

View File

@ -15,7 +15,7 @@ matrix:
compiler: gcc
before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt && brew install protobuf && ls -lR /usr/local/include; fi"
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt@4 && brew install protobuf && ls -lR /usr/local/include; fi"
addons:
apt: