.travis.yml: wait longer for Homebrew protobuf build
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user