Use protobuf-2.6 for osx builds since 3.0 breaks ostinato build

This commit is contained in:
Srivats P 2016-09-13 20:37:03 +05:30
parent a7bfec8ecb
commit 15ccd25041

View File

@ -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-2.6.0; fi"
addons:
apt: