Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34df005

Browse filesBrowse files
committed
try brew doctor
1 parent e1b13aa commit 34df005
Copy full SHA for 34df005

File tree

2 files changed

+1
-2
lines changed
Filter options

2 files changed

+1
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,6 @@ before_install: |
670670
echo $ENABLE_HEADLESS > headless.enabled
671671
672672
if [ -n "$IS_OSX" ]; then
673-
export HOMEBREW_FORCE_VENDOR_RUBY=1
674-
brew upgrade
675673
TAPS="$(brew --repository)/Library/Taps"
676674
if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
677675
rm -rf "$TAPS/caskroom/homebrew-cask"

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function pre_build {
8888
echo "Running for OSX"
8989

9090
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
91+
brew doctor
9192

9293
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
9394
if [ -n "$CACHE_STAGE" ]; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.