Browse Source

Fix macOS travis build

Works around https://github.com/Homebrew/homebrew-bundle/issues/646
pull/640/head
Gleb Mazovetskiy 6 years ago committed by Anders Jenbo
parent
commit
a98fc45cc9
  1. 3
      .travis.yml

3
.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

Loading…
Cancel
Save