aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/cmd
AgeCommit message (Collapse)Author
2017-03-06Move `cask` to `cmd/`.Markus Reiter
2017-03-05Move coverage reporting into `brew tests`.Markus Reiter
2017-03-05Move Cask specs into `brew tests`.Markus Reiter
2017-02-10Remove cask test directory.Markus Reiter
2017-01-29Use dedicated upload_coverage script.Mike McQuaid
2017-01-26Try uploading coverage report in `.simplecov`.Markus Reiter
2017-01-26Move `require "bundler/setup“` to top of `cask-tests`.Markus Reiter
2017-01-26Add `require "bundler/setup“` to `cask-tests`.Markus Reiter
2017-01-26brew-cask-tests: import Rakefile logic.Mike McQuaid
This avoids a `rake` dependency in the Gemfile and an unnecessary shell out.
2016-12-04travis: use Xcode 8.1 on Sierra.Mike McQuaid
For code coverage from `brew test-bot`.
2016-11-12cask-tests: fix cask-tests always fail on the test failureKaito Udagawa
`brew cask-tests` collected the test results in an improper way so that it reports a false success in certain situations. Specially, the session under BrewTestBot always reports success regardless of the test status. With this update, the exit code of `brew cask-tests` is 1 when the test fails, and then CI preperly works.
2016-10-29Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.Markus Reiter
2016-10-19Require `spec_helper` globally.Markus Reiter
2016-10-18Set `HOMEBREW_NO_EMOJI` and `HOMEBREW_CASK_OPTS` in `cask-tests`.Markus Reiter
2016-09-22cask-tests: remove Travis seedAlyssa Ross
This hack has been in Homebrew Cask for more than two years (since 51f93e6dc9c3da4ab2118459ea95e45c104386ec), and it originated even earlier (6d2f7bc55af0b2aa915b2396d213e30a4446256c). Cask tests apparently aren't even run on Travis anymore, so this can be safely removed.
2016-09-20cask-tests: fix loading simplecovAlyssa Ross
2016-09-20tests, cask-tests: serialize stdout on CIAlyssa Ross
2016-09-20cask-tests: re-add removed commentAlyssa Ross
2016-09-20tests, cask-tests: log test runtimesAlyssa Ross
2016-09-20cask-tests: run in parallelAlyssa Ross
2016-08-19initAnastasiaSulyagina