| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-15 | rubocop 0.52.1 | Mike McQuaid | |
| 2018-01-07 | Use parser 2.4.0.0 | Mike McQuaid | |
| This matches the version that supports Ruby 2.3.3 syntax (which is the version we use). | |||
| 2017-10-24 | Update to RuboCop 0.51. | Markus Reiter | |
| 2017-10-07 | Fix RuboCop tests. | Markus Reiter | |
| 2017-05-29 | Use parallel RuboCop | Mike McQuaid | |
| 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. | |||
| 2017-05-08 | Travis CI tweaks. | Mike McQuaid | |
| Attempt to improve Travis CI. This time without any vendoring gems nonsense. | |||
| 2017-05-07 | Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems" | Mike McQuaid | |
| This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d. | |||
| 2017-05-07 | Vendor all Homebrew's gems. | Mike McQuaid | |
| 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. | |||
| 2017-03-26 | Add RSpec tests for bottle_block and formula_desc cops | Gautham Goli | |
| 2017-02-28 | Remove Minitest. | Markus Reiter | |
| 2017-02-11 | Add RSpec to Gemfile. | Markus Reiter | |
| 2017-02-03 | Use array of constants to set up test directories. | Markus Reiter | |
| 2017-01-26 | */Gemfile*: remove rake, version pins, master simplecov. | Mike McQuaid | |
| We’re upgrading SimpleCov to 0.13.0 so let’s update the rest of our gems while we’re at it. | |||
| 2016-10-29 | Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`. | Markus Reiter | |
| 2016-09-23 | Fix coverage reporting. | Markus Reiter | |
| 2016-09-19 | tests: run in parallel | Alyssa Ross | |
| 2016-09-16 | Send coverage from Jenkins, don't run OS X Travis. | Mike McQuaid | |
| 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. | |||
| 2016-08-17 | test/Gemfile.lock: remove json pin. | Mike McQuaid | |
| 2016-07-19 | tests: use SimpleCov 0.12.0 and Coveralls 0.8.14 | Martin Afanasjew | |
| SimpleCov 0.12.0 brings some moderate speed improvements and soon (sadly not yet) can be switched back to a stable release. Update to matching Coveralls release, fortunately with fewer dependencies than before. | |||
| 2016-02-06 | tests: use our patched simplecov, bump coveralls | Baptiste Fontaine | |
| We must bump coveralls otherwise we get a conflicting dependency: we use a patched simplecov v0.11.1 but coveralls 0.8.9 needs simplecov 0.10.x. | |||
| 2015-12-21 | tests: add coveralls support | Xu Cheng | |
| Closes Homebrew/homebrew#47185. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-20 | 'brew tests' optional coverage measure added | Baptiste Fontaine | |
| Closes Homebrew/homebrew#41890. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-06-13 | Update minitest | Jack Nagel | |
| 2015-04-13 | Update test dependencies | Jack Nagel | |
| 2015-02-27 | Update minitest | Jack Nagel | |
| 2014-12-23 | Update minitest | Jack Nagel | |
| 2014-12-03 | Update test gems | Jack Nagel | |
| 2014-09-10 | Use bundler for test gem dependencies. | Mike McQuaid | |
| Closes Homebrew/homebrew#31986. References Homebrew/homebrew#31981. | |||
