8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9c867 commit 04254a6Copy full SHA for 04254a6
.travis.yml
@@ -670,7 +670,7 @@ before_install: |
670
echo $ENABLE_HEADLESS > headless.enabled
671
672
if [ -n "$IS_OSX" ]; then
673
- echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
+ export PATH="/usr/local/sbin:$PATH"
674
TAPS="$(brew --repository)/Library/Taps"
675
if [ -e "$TAPS/caskroom/homebrew-cask" -a -e "$TAPS/homebrew/homebrew-cask" ]; then
676
rm -rf "$TAPS/caskroom/homebrew-cask"
0 commit comments