travis: Disable notifications for passed builds (#2265)

Generates a bit of spam in IRC when making releases, because each branch
created will trigger a message.
This commit is contained in:
Patrick Ziegler 2020-12-03 14:38:15 +01:00 committed by GitHub
parent d6ce8c9a46
commit 4e576f6572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,12 +97,13 @@ notifications:
template:
- " %{repository_slug}(%{branch})#%{build_number} | \"%{commit_subject}\" by %{author} | Commit #%{commit} %{result}: %{build_url}"
use_notice: true
on_success: change
on_success: never
on_failure: change
on_start: never
webhooks:
urls:
# For the https://gitter.im/polybar/polybar gitter room
- https://webhooks.gitter.im/e/10bdbe25961312646ace
on_success: change
on_success: never
on_failure: always
on_start: never