From: Tobias Markus Date: Mon, 8 Sep 2014 05:50:32 +0000 (+0200) Subject: Fixing notifications in travis.yml X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a2fa9cbc6b71a85267416df97881bd0b9cea4986;p=supertux.git Fixing notifications in travis.yml --- 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}"