Skip to content

Commit

Permalink
Troubleshoot osx build break changeset pstavirs#4
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Jan 3, 2017
1 parent 8d16809 commit 33c39b8
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 && 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:
Expand Down

0 comments on commit 33c39b8

Please sign in to comment.