Skip to content

Commit 04254a6

Browse files
committed
do not use bash profile
1 parent bb9c867 commit 04254a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +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
673+
export PATH="/usr/local/sbin:$PATH"
674674
TAPS="$(brew --repository)/Library/Taps"
675675
if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
676676
rm -rf "$TAPS/caskroom/homebrew-cask"

0 commit comments

Comments
 (0)