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}"