Travis: Force updating homebrew on macOS
Temporary workaround for https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296
(cherry picked from commit 1b01896e90
)
This commit is contained in:
parent
1bc1939c63
commit
f1a77a7e0a
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ matrix:
|
|||
homebrew:
|
||||
packages:
|
||||
- scons
|
||||
update: true
|
||||
|
||||
- name: iOS export template (debug, Clang)
|
||||
stage: build
|
||||
|
@ -86,6 +87,7 @@ matrix:
|
|||
homebrew:
|
||||
packages:
|
||||
- scons
|
||||
update: true
|
||||
|
||||
- name: Linux headless editor (release_debug, GCC 9, testing project exporting and script running)
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue