aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartin Afanasjew2016-01-05 01:26:57 +0100
committerMartin Afanasjew2016-01-06 06:22:46 +0100
commitae31b485105a63959e6a81e6de0fb748b83cc3e9 (patch)
treefa9fd5e679979498dadee195f40ce0a70b312f43 /.travis.yml
parent8dc1e05ff87d22f37261945e465cea23b1343c2c (diff)
downloadbrew-ae31b485105a63959e6a81e6de0fb748b83cc3e9.tar.bz2
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: Martin Afanasjew <martin@afanasjew.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b380de0f..7941a93a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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