Skip to content

Commit bb9c867

Browse files
committed
add sbin to path
1 parent 34df005 commit bb9c867

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ before_install: |
670670
echo $ENABLE_HEADLESS > headless.enabled
671671
672672
if [ -n "$IS_OSX" ]; then
673+
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
673674
TAPS="$(brew --repository)/Library/Taps"
674675
if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
675676
rm -rf "$TAPS/caskroom/homebrew-cask"

travis_config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ 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
9291

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

0 commit comments

Comments
 (0)