This is an automated email from the ASF dual-hosted git repository. rkieley pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit 68051522848c1fed975db846e25bc5f6074bba8e Author: Roddie Kieley <[email protected]> AuthorDate: Sun Feb 23 00:02:58 2020 -0330 PROTON-2174: Updated travis yml with brew update workaround for bundle issue. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 28ad8a0..881ad34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,9 @@ addons: - jsoncpp - libuv - swig +# update:true workaround as of Feb. 22/20 as per +# https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/10 + update: true install: - python -m pip install --user --upgrade pip --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
