travis_webhooks: Update the list of bad statuses.

Fixes #11259.
This commit is contained in:
Akshay Gupta
2019-01-27 03:54:30 +05:30
committed by Tim Abbott
parent 9b740df277
commit 88ed75d06d

View File

@@ -13,7 +13,7 @@ from zerver.lib.validator import check_bool, check_dict, check_string
from zerver.models import UserProfile
GOOD_STATUSES = ['Passed', 'Fixed']
BAD_STATUSES = ['Failed', 'Broken', 'Still Failing']
BAD_STATUSES = ['Failed', 'Broken', 'Still Failing', 'Errored', 'Canceled']
MESSAGE_TEMPLATE = (
u'Author: {}\n'