.travis.yml: wait longer for Homebrew protobuf build

This commit is contained in:
John Hood
2016-12-29 18:42:13 -05:00
parent ba5f33fd76
commit e7bb13a405
+1 -1
View File
@@ -39,7 +39,7 @@ before_install:
if test osx = "${TRAVIS_OS_NAME}"; then
macosx/brew-deps.sh install &&
if test -n "${TRAVIS_TAG}"; then
travis_wait 30 macosx/brew-deps.sh package_deps
travis_wait 60 macosx/brew-deps.sh package_deps
else
macosx/brew-deps.sh deps
fi