diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-21 09:42:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 09:42:42 +0100 |
commit | 8b058d4b9a63799e29d3e9ef551bbdf8144f8f8b (patch) | |
tree | b9c6667cbc7b8e5dd25e16179a218777a18a3c60 /.travis.yml | |
parent | 851cb429631168369d2a51812de763b658795fbf (diff) | |
parent | 1b01896e906042f284da95f3b7d48e72ce3b9c41 (diff) |
Merge pull request #36413 from akien-mga/travis-homebrew-update
Travis: Force updating homebrew on macOS
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 714133b117..5b2f339120 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,7 @@ matrix: homebrew: packages: - scons + update: true # TODO: iOS MoltenVK support |