Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit e5afcd5

Browse files
committed
Sync stdout.
1 parent 5e147da commit e5afcd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.ru

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ require 'sinatra'
55
require 'json'
66
require 'digest/sha2'
77

8+
$stdout.sync = true
89
class TravisWebhook < Sinatra::Base
910
set :token, ENV['TRAVIS_USER_TOKEN']
1011

0 commit comments

Comments
 (0)