From 1e341052e0bc01f3eeeac261f04e55b6e990f9a6 Mon Sep 17 00:00:00 2001 From: Valentin Ochs Date: Sat, 14 Jan 2017 14:11:38 +0100 Subject: [PATCH] enable IRC notifications --- .travis.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb6ae7c..48c02f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,15 +37,15 @@ script: - cmake $CMAKE_OPTIONS .. - make -j 2 -#notifications: -# irc: -# channels: -# - "irc.esper.net#bitblot" -# skip_join: true -# use_notice: true -# template: -# #- "[%{commit}: %{author}] %{message}" -# #- "%{build_url}" -# - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}" -# - "Diff: %{compare_url}" -# - "Build: %{build_url}" +notifications: + irc: + channels: + - "irc.esper.net#bitblot" + skip_join: true + use_notice: true + template: + #- "[%{commit}: %{author}] %{message}" + #- "%{build_url}" + - "[%{repository_slug}#%{branch} @%{commit}] (%{author}): %{message}" + - "Diff: %{compare_url}" + - "Build: %{build_url}"