Use Travis Homebrew addon.

This commit is contained in:
John Hood
2019-07-12 19:50:57 -04:00
parent 8f7c29dece
commit 609fb91fbc
+7 -1
View File
@@ -27,6 +27,12 @@ addons:
# Test suite needs these.
- tmux
- perl
homebrew:
packages:
# For build.
- protobuf
# Test suite.
- tmux
before_install:
# Get full repo for `git describe`
@@ -40,7 +46,7 @@ before_install:
if test -n "${TRAVIS_TAG}"; then
travis_wait 60 macosx/brew-deps.sh package_deps
else
macosx/brew-deps.sh deps
: macosx/brew-deps.sh deps
fi
fi