.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
This commit is contained in:
Max Kellermann 2020-03-07 09:29:45 +01:00
parent 5fe70a3417
commit 5faf76051d
1 changed files with 1 additions and 0 deletions

View File

@ -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"