From ae149d0263a73da515bd81b965828c047d68d401 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Tue, 3 Jan 2017 18:24:51 +0530 Subject: [PATCH] troubleshoot osx build break - changeset #2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: