From 0052abf5273af18c3ac6a9170c510f1bb82bf8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 11 Feb 2013 19:32:53 +0100 Subject: [PATCH] Travis: set notifications --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index cb4ef647f..e564a0088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,12 @@ script: - ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test - mkdir build - make test SRCDIR=build +notifications: + irc: + channels: + - "irc.freenode.org#cppcheck" + template: + - "[%{commit} : %{author}] %{message}" + - "%{build_url}" + skip_join: true