This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 27, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
This is now done by `brew test-bot`.
-
- Feb 21, 2018
-
-
Mike McQuaid authored
-
- Jan 27, 2018
-
-
Mike McQuaid authored
This ins stored in vendor/bundle now instead.
-
Mike McQuaid authored
- Update Xcode version - Split out platform-specific code so we can see where time is spent - Manually trigger vendor Ruby installation - Use `brew update` to update things - Use `travis_retry` where relevant.
-
- Jan 26, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Markus Reiter authored
-
- Nov 05, 2017
-
-
Mike McQuaid authored
-
- Oct 02, 2017
-
-
Mike McQuaid authored
Rearrange the test-bot clones so that the Homebrew/homebrew-core move can be successful to avoid the later clone.
-
- Sep 29, 2017
-
-
Mike McQuaid authored
-
- Sep 21, 2017
-
-
Mike McQuaid authored
Use this version whenever 2.3.3 isn't installed. Also, remove the Linux portable Ruby for now until it's built to be the same version.
-
- Sep 07, 2017
-
-
Mike McQuaid authored
Change the umask before we create any files to avoid `brew audit` complaining about the `chmod` of formulae.
-
- Aug 06, 2017
-
-
Mike McQuaid authored
This avoid two weird things: - scary messages when building tags fails - two builds being run instead of one when people create a PR and a branch on the Homebrew/brew repo (rather than their fork).
-
- Jul 31, 2017
-
-
Mike McQuaid authored
Show failing Linux builds (which run much more quickly) before the macOS build has completed. https://docs.travis-ci.com/user/customizing-the-build/#Fast-Finishing
-
- Jul 17, 2017
-
-
Mike McQuaid authored
To match https://github.com/Homebrew/homebrew-test-bot/pull/112.
-
- Jun 17, 2017
-
-
Mike McQuaid authored
On Linux this is currently blowing up for our tags so let's change the approach.
-
- May 30, 2017
-
-
Mike McQuaid authored
Remove `testbottest` formula (this should have lived in the `brew test-bot` repository from the outset) and make various other changes to fix the Linux build here.
-
Mike McQuaid authored
This requires updating to Rubocop 0.49.0 which will require some fixes to rules, in Homebrew/brew and Homebrew/homebrew-core but opening this for now so I remember.
-
- May 08, 2017
-
-
Mike McQuaid authored
Attempt to improve Travis CI. This time without any vendoring gems nonsense.
-
Mike McQuaid authored
This reverts commit 3e4547f5, reversing changes made to 6edf9382.
-
Mike McQuaid authored
This reverts commit 8d948e4b, reversing changes made to 23728729.
-
- May 07, 2017
-
-
Mike McQuaid authored
Tweak our Travis CI configuration and the one we suggest for taps to be faster and use caching.
-
Mike McQuaid authored
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
-
- Apr 25, 2017
-
-
Mike McQuaid authored
-
- Apr 22, 2017
-
-
Mike McQuaid authored
Travis needs some coaxing to find where we put it. This should improve build reliability due to network issues.
-
- Apr 17, 2017
-
-
Mike McQuaid authored
This will avoid `brew doctor` trying to retap `homebrew/core` which is both slow and error-prone.
-
- Dec 04, 2016
-
-
Mike McQuaid authored
For code coverage from `brew test-bot`.
-
- Dec 03, 2016
-
-
Mike McQuaid authored
-
- Sep 16, 2016
-
-
Mike McQuaid authored
OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing.
-
- Jul 30, 2016
-
-
Mike McQuaid authored
This should verify that we're not breaking our tests on Linux.
-
- Apr 12, 2016
-
-
Xu Cheng authored
-
Mike McQuaid authored
We have Jenkins to test the other versions.
-
- Apr 03, 2016
-
-
Xu Cheng authored
-
- Jan 06, 2016
-
-
Martin Afanasjew authored
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>
-
- Dec 26, 2015
-
-
Tomasz Pajor authored
Closes Homebrew/homebrew#43635. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Dec 17, 2015
-
-
Martin Afanasjew authored
Closes Homebrew/homebrew#47056. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- Nov 30, 2015
-
-
Mike McQuaid authored
-
- Nov 23, 2015
-
-
Dominyk Tiller authored
-