Troubleshoot Travis OSX build break changeset #3

This commit is contained in:
Srivats P 2017-01-03 19:03:56 +05:30
parent ae149d0263
commit 8d168099fb

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 && ls -R /usr/local/Cellar/protobuf ; echo $CPLUS_INCLUDE_PATH && ls -R /usr/include && ls -R /usr/local/include; fi"
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew install qt && brew install protobuf && echo $CPLUS_INCLUDE_PATH && ls -lR /usr/local/include; fi"
addons:
apt: