X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=.travis.yml;h=45e9c7ecec5a3b2a807ffeb64f30d86bd6e860db;hp=54d656d20e582f6b5dbe1aaa12666f1f46f910d7;hb=644a80773147bdd3f67bc041ae95d550c128427a;hpb=41a01c08e11b098eff3d226e8f9a490c0e102fcb diff --git a/.travis.yml b/.travis.yml index 54d656d..45e9c7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,12 @@ compiler: - gcc - clang # Change this to your needs -script: make && make check +script: make && make test +notifications: + irc: + channels: + - "irc.freenode.org#gmqcc" + template: + - "[%{commit} : %{author}] %{message}" + - "%{build_url}" + skip_join: true