Skip to content

Commit

Permalink
[Kicker] Use --quite option for bacon
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Apr 3, 2014
1 parent 2340ae8 commit 5591d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kick
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
recipe :ruby

Kicker::Recipes::Ruby.runner_bin = 'bacon'
Kicker::Recipes::Ruby.runner_bin = 'bacon --quiet'

process do |files|
specs = files.take_and_map do |file|
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/irrationalfab/PrettyBacon.git
revision: eaf7e6c786fd5ccc6fb88e943bf7c5e6c27569a3
revision: 1eeb06f7d381acd65414b86b42fdf3538faae01c
branch: master
specs:
prettybacon (0.0.1)
prettybacon (0.0.2)
bacon (~> 1.2)

PATH
Expand Down

0 comments on commit 5591d7e

Please sign in to comment.