We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b13aa commit 34df005Copy full SHA for 34df005
.travis.yml
@@ -670,8 +670,6 @@ before_install: |
670
echo $ENABLE_HEADLESS > headless.enabled
671
672
if [ -n "$IS_OSX" ]; then
673
- export HOMEBREW_FORCE_VENDOR_RUBY=1
674
- brew upgrade
675
TAPS="$(brew --repository)/Library/Taps"
676
if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
677
rm -rf "$TAPS/caskroom/homebrew-cask"
travis_config.sh
@@ -88,6 +88,7 @@ function pre_build {
88
echo "Running for OSX"
89
90
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
91
+ brew doctor
92
93
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
94
if [ -n "$CACHE_STAGE" ]; then
0 commit comments