travis: untap versions after ruby187 install

This commit is contained in:
Dominyk Tiller 2015-11-22 21:44:51 +00:00
parent b0f188c2f5
commit 59d2d7b0b0

View File

@ -32,6 +32,7 @@ install:
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
- export HOMEBREW_DEVELOPER="1"