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:
Srivats P 2017-01-01 12:49:57 +05:30
parent 15b88a480b
commit f3423b7d84

View File

@ -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: