Skip to content

Commit

Permalink
debug changes to troubleshoot osx build break
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Jan 3, 2017
1 parent f3423b7 commit 2626339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
compiler: gcc

before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew install qt && brew install protobuf; fi"
- "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"

addons:
apt:
Expand Down

0 comments on commit 2626339

Please sign in to comment.