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 04254a6

Browse filesBrowse files
committed
do not use bash profile
1 parent bb9c867 commit 04254a6
Copy full SHA for 04254a6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.