From 38cda18626fc86209068d8282ac41edea6967b88 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 22 Feb 2020 14:15:08 -0800 Subject: CI/travis: workaround broken homebrew 6.70s$ rvm $brew_ruby do brew bundle --verbose --global /usr/local/bin/brew tap homebrew/bundle ==> Tapping homebrew/bundle Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'... Tapped (102 files, 251.1KB). Error: Unknown command: bundle https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/10 https://twitter.com/AJenbo/status/1175976531480457216 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53faf29cc5..85eca601a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,7 @@ addons: - valgrind - xclip homebrew: - update: false + update: true casks: - powershell packages: -- cgit