Commit Graph

21 Commits

Author SHA1 Message Date
Markus Reiter 49b8966b80
Fix CI script. (#54505) 2018-11-05 07:16:38 +01:00
Markus Reiter c89e46aff1 Fix namespace. 2018-09-22 06:04:30 +02:00
Markus Reiter f746db9e92
Rename `Hbc` module. (#51674) 2018-09-06 12:05:29 +02:00
Claudia f404cd601a
Rename Ruby module namespace to `Cmd` (#51605)
This fixes an issue where Travis CI would fail with an `Error:
uninitialized constant Hbc::CLI::AbstractCommand` [1] since
1ae2326984 on Homebrew/brew [2].

[1]: https://travis-ci.org/Homebrew/homebrew-cask/builds/424326471

[2]: 1ae2326984
2018-09-04 15:58:10 +02:00
commitay 302826bd7f
brewcask-ci: use formatter.headline (#50524) 2018-08-29 14:10:49 +10:00
Markus Reiter 0c67b8ebea Remove undefined variable. 2018-08-13 22:19:15 +02:00
Markus Reiter b529bfab47
Prevent Travis timeout. (#50725) 2018-08-13 07:54:34 +02:00
Markus Reiter b7cc48ac15
Output more helpful messages on Travis. (#50718) 2018-08-12 23:07:56 +02:00
Markus Reiter a4f3a93109 Flush `stdout` after `print`. 2018-08-04 14:14:19 +02:00
Markus Reiter c02d1689ed Fix IO loop. 2018-08-04 13:30:20 +02:00
Markus Reiter 8e51a9932e Don’t use `mdfind`. 2018-08-04 13:30:20 +02:00
Markus Reiter 0f4e8de62a Remove non-working maintainer check. 2018-08-04 13:30:20 +02:00
Markus Reiter 3cc78d4471 `brew cask ci` 2018-08-04 13:30:20 +02:00
Anastasia Sulyagina 0ec06e9a95 Cask core code moved to Homebrew (#23852) 2016-08-19 16:53:18 +02:00
Mike McQuaid 1f37eba4d0 Assume Ruby 2. (#23889)
Homebrew now always uses Ruby 2.0 so you no longer need to check in all
these places for 2.0 or for 2.1 valid syntax.
2016-08-18 10:58:53 -04:00
Joshua Hagins 5a5228c488 brew-cask-tests: CD to repo root to enable testing in a dev repo (#23726) 2016-08-11 22:33:20 -04:00
Joshua Hagins 25ca2eb7c9 brew-cask-tests: specify test suite to run with flag (#23484) 2016-08-05 20:26:48 -04:00
Mike McQuaid 9cb7617a6f Remove more Homebrew-duplicated code. (#23359) 2016-08-02 15:25:36 -04:00
Markus Reiter 11eedac599 Core Code Cleanup 2016-07-05 02:29:10 -04:00
Josh Hagins 8a2aaba17b Don't explicitly exit with 0 after success
Once Homebrew stops explicitly exiting with 0 after running our entry
script, we should do the same.
2015-12-16 23:43:25 -05:00
Mike McQuaid fdb4577be8 brew-cask: move to using tap cmd directory.
This provides a few benefits:

- faster `brew cask` execution times as another Ruby process is not
  needed. Cask can instead be loaded in-process with Homebrew. This
  will also make it easier to use some of Homebrew's core code and
  ease moving code from Cask into Homebrew core.
- Users do not need to `brew upgrade` Cask any more: it's done
  automatically on any `brew update` or `git pull` of the Cask tap.
2015-12-09 19:32:49 +00:00