From a98fc45cc91792dad14f02d1e31323142db2857f Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 23 Feb 2020 07:47:02 +0900 Subject: [PATCH] Fix macOS travis build Works around https://github.com/Homebrew/homebrew-bundle/issues/646 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4919f0cf5..89119d0df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ git: addons: homebrew: brewfile: true + # TODO: Remove the `update` line once this PR has been released: + # https://github.com/travis-ci/packer-templates-mac/pull/13 + update: true script: - cd build