Update .travis.yml to reflect qt->qt@4 change

This commit is contained in:
Carter Sande 2017-04-10 09:10:16 -07:00 committed by GitHub
parent 8b2541fbaf
commit 33e756656d

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: