From a2fa9cbc6b71a85267416df97881bd0b9cea4986 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Mon, 8 Sep 2014 07:50:32 +0200 Subject: [PATCH] Fixing notifications in travis.yml --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 521c367dc..c2e33e337 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,14 +50,14 @@ script: - make VERBOSE=1 -j 4 notifications: -irc: -channels: -- "irc.freenode.org#supertux" -skip_join: false -use_notice: true -template: -#- "[%{commit}: %{author}] %{message}" -#- "%{build_url}" -- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}" -- "Diff: %{compare_url}" -- "Build: %{build_url}" + irc: + channels: + - "irc.freenode.org#supertux" + skip_join: false + use_notice: true + template: + #- "[%{commit}: %{author}] %{message}" + #- "%{build_url}" + - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}" + - "Diff: %{compare_url}" + - "Build: %{build_url}" -- 2.11.0