浏览代码

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 1b01896e906042f284da95f3b7d48e72ce3b9c41)
Rémi Verschelde 5 年之前
父节点
当前提交
f1a77a7e0a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

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