X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=.travis.yml;h=0c127f982a2e3f11f25dd7c2a830a71327761adf;hb=61b777f5757e5fa085e5a9caa08ba8da2739455d;hp=13b6ff358223889a793b3b26788d9aece5bc4702;hpb=caa44e82e05932a8ff22378b285b52c449c7ee50;p=xonotic%2Fgmqcc.git diff --git a/.travis.yml b/.travis.yml index 13b6ff3..0c127f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,10 @@ compiler: - clang # Change this to your needs script: make && make check -irc: "irc.freenode.org#kf-engine" +notifications: + irc: + channels: + - "irc.freenode.org#kf-engine" + template: + - "[%{commit} : %{author}] %{message} " + skip_join: true