diff options
| author | Dominyk Tiller | 2015-11-22 21:44:51 +0000 |
|---|---|---|
| committer | Dominyk Tiller | 2015-11-22 21:44:51 +0000 |
| commit | 59d2d7b0b0f8c7b13856ad014f6a2f111ac21871 (patch) | |
| tree | 02b177b39a534a7e32bfd40e729177d446d51309 /.travis.yml | |
| parent | b0f188c2f50427e14825b2cc30a81924618b17a2 (diff) | |
| download | brew-59d2d7b0b0f8c7b13856ad014f6a2f111ac21871.tar.bz2 | |
travis: untap versions after ruby187 install
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 279f02cd8..e8b341ffd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |
