From 04254a626f684bf26b4eef2f637a66c70782b42c Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Wed, 15 Jul 2020 22:50:19 +0300 Subject: [PATCH] do not use bash profile --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c15ea7f..a95fea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -670,7 +670,7 @@ before_install: | echo $ENABLE_HEADLESS > headless.enabled if [ -n "$IS_OSX" ]; then - echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile + export PATH="/usr/local/sbin:$PATH" TAPS="$(brew --repository)/Library/Taps" if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then rm -rf "$TAPS/caskroom/homebrew-cask" -- GitLab