ci: disable notifications for canceled builds

canceled builds indicate that someone is actively watching a build,
likely in order to test changes. there's no point in spamming irc for
these events

Differential Revision: https://phab.enlightenment.org/D6730
This commit is contained in:
Mike Blumenkrantz 2018-08-01 13:37:50 -04:00 committed by Stefan Schmidt
parent 52b8e684e2
commit 88ecbdadc3
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ notifications:
- "chat.freenode.net#edevelop"
on_success: change
on_failure: always
on_cancel: never
template:
- "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})"
- "Commit: %{commit_subject} (%{commit}) from %{author}"