Skip to content

Commit

Permalink
Use latest protobuf version in HomeBrew
Browse files Browse the repository at this point in the history
We had reverted to using protobuf 2.6 when protobuf 3.0 had a regression
issue with respect to RPCs - this has been fixed in v3.1.0
  • Loading branch information
pstavirs committed Jan 1, 2017
1 parent 15b88a4 commit f3423b7
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 protobuf260; fi"
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew install qt && brew install protobuf; fi"

addons:
apt:
Expand Down

0 comments on commit f3423b7

Please sign in to comment.