Browse Source

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 years ago
parent
commit
f1a77a7e0a
1 changed files with 2 additions and 0 deletions
  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