travis: Disable notifications

Looks like Notifico takes care of that, too.
This commit is contained in:
Florian Bruhin 2019-01-13 13:35:50 +01:00
parent 824bf8d5b6
commit 18f0034f3c

View File

@ -68,16 +68,3 @@ after_success:
after_failure:
- bash scripts/dev/ci/travis_backtrace.sh
notifications:
webhooks:
- https://buildtimetrend.herokuapp.com/travis
irc:
channels:
- "chat.freenode.net#qutebrowser-dev"
on_success: always
on_failure: always
skip_join: true
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "%{compare_url} - %{build_url}"