Troubleshoot osx build break changeset #4

This commit is contained in:
Srivats P 2017-01-03 20:37:26 +05:30
parent 8d168099fb
commit 33c39b8e24

View File

@ -14,7 +14,7 @@ matrix:
compiler: gcc
before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew install qt && brew install protobuf && echo $CPLUS_INCLUDE_PATH && 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 && brew install protobuf && ls -lR /usr/local/include; fi"
addons:
apt: