diff --git a/pr/webhook/travis.go b/pr/webhook/travis.go index 377f0b3..738fcaf 100644 --- a/pr/webhook/travis.go +++ b/pr/webhook/travis.go @@ -169,7 +169,7 @@ func (receiver *Receiver) handleTravisWebhook(payload TravisWebhookPayload) { } if timeOut { - comment += "The build timed out." + comment += "\nThe build timed out." } receiver.githubClient.CreateComment(