summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-03-07 09:29:45 +0100
committerMax Kellermann <max@musicpd.org>2020-03-07 09:30:56 +0100
commit5faf76051d3a99c637653c76d0fc762e75b87bd5 (patch)
tree4d9ed890087e74472e5803c3324107a87037ff1e /.travis.yml
parent5fe70a3417267910317b7ecf5d5439497e8262af (diff)
.travis.yml: force updating homebrew on OSX
Workaround for Travis failures as described in https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/18
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c62d7e244..f780cb785 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -126,6 +126,7 @@ matrix:
packages:
- ccache
- meson
+ update: true
env:
- MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH HOMEBREW_NO_ANALYTICS=1"