diff --git a/.travis.yml b/.travis.yml index ef87695..745d395 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -R /usr/include/google && ls -R /usr/local/include/google; fi" + - "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" addons: apt: