Use protobuf-2.6 for osx builds since 3.0 breaks ostinato build
This commit is contained in:
parent
a7bfec8ecb
commit
15ccd25041
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user