From 18f0034f3cb78d901475d71e46a8f5e4d8efd76a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 13 Jan 2019 13:35:50 +0100 Subject: [PATCH] travis: Disable notifications Looks like Notifico takes care of that, too. --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 663c4c6f9..dfa566671 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}"