X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=.travis.yml;h=fdadff812ea327e532810a6279ccae7af2565ffe;hp=13b6ff358223889a793b3b26788d9aece5bc4702;hb=e11a17b40805b93e1e2ae80129c9d235b6d6119b;hpb=caa44e82e05932a8ff22378b285b52c449c7ee50 diff --git a/.travis.yml b/.travis.yml index 13b6ff3..fdadff8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,11 @@ 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}" + - "%{build_url}" + skip_join: true