Skip to content

Commit

Permalink
Flush stdout after print.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Aug 4, 2018
1 parent c02d168 commit a4f3a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/brewcask-ci.rb
Expand Up @@ -163,6 +163,7 @@ def step(name, travis_id)

Travis.fold travis_id do
print "#{Tty.bold}#{Tty.yellow}#{name}#{Tty.reset} "
$stdout.flush

success, output = capture do
begin
Expand Down

0 comments on commit a4f3a93

Please sign in to comment.