Skip to content
Snippets Groups Projects
Commit ae31b485 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

travis: remove Ruby path tweak


Putting the Ruby 1.8 we use to run tests on 10.9 into the PATH adversely
affects formulae with a Ruby dependency (possibly other formulae, too).
Remove this hack, as it is no longer needed.

Closes Homebrew/homebrew#47694.

Signed-off-by: default avatarMartin Afanasjew <martin@afanasjew.de>
parent 8dc1e05f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ before_install:
install:
- if [ "$HOMEBREW_RUBY" = "1.8.7" ]; then
brew install homebrew/versions/ruby187;
export PATH="/usr/local/opt/ruby187/bin:$PATH";
export HOMEBREW_RUBY_PATH="/usr/local/opt/ruby187/bin/ruby";
brew untap homebrew/versions;
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment