File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Original file line number Diff line number Diff line change @@ -670,6 +670,7 @@ before_install: |
670
670
echo $ENABLE_HEADLESS > headless.enabled
671
671
672
672
if [ -n "$IS_OSX" ]; then
673
+ echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
673
674
TAPS="$(brew --repository)/Library/Taps"
674
675
if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
675
676
rm -rf "$TAPS/caskroom/homebrew-cask"
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ function pre_build {
88
88
echo " Running for OSX"
89
89
90
90
local CACHE_STAGE; (echo " $TRAVIS_BUILD_STAGE_NAME " | grep -qiF " final" ) || CACHE_STAGE=1
91
- brew doctor
92
91
93
92
# after the cache stage, all bottles and Homebrew metadata should be already cached locally
94
93
if [ -n " $CACHE_STAGE " ]; then
You can’t perform that action at this time.
0 commit comments