From d51c0fdb9ddc7a65cd46a21f2fade375c8de4a8e Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sun, 5 Mar 2017 14:24:32 +0100 Subject: [PATCH] [TASK] Remove travis notification in favour of Notifico --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19abf5c..5e1da6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,14 +31,3 @@ before_script: script: - grunt - -notifications: - irc: - channels: - - "irc.hackint.org#freifunkR" - - "irc.hackint.org#meshviewer" - template: - - "%{repository_slug}#%{build_number} %{message} (%{branch} - %{commit}: %{commit_subject})" - - "Change view : %{compare_url} Build details : %{build_url} %{pull_request_url}" - nick: ci - use_notice: true