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
|
@ -76,6 +76,7 @@ matrix:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- scons
|
- scons
|
||||||
|
update: true
|
||||||
|
|
||||||
- name: iOS export template (debug, Clang)
|
- name: iOS export template (debug, Clang)
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -86,6 +87,7 @@ matrix:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- scons
|
- scons
|
||||||
|
update: true
|
||||||
|
|
||||||
- name: Linux headless editor (release_debug, GCC 9, testing project exporting and script running)
|
- name: Linux headless editor (release_debug, GCC 9, testing project exporting and script running)
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in New Issue