Use latest protobuf version in HomeBrew
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
This commit is contained in:
parent
15b88a480b
commit
f3423b7d84
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user