]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - .travis.yml
Update .travis.yml
[xonotic/gmqcc.git] / .travis.yml
index 13b6ff358223889a793b3b26788d9aece5bc4702..4b6f9595939150d67b64c7380bbc0bce022376ad 100644 (file)
@@ -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#gmqcc"
+        template:
+          - "[%{commit} : %{author}] %{message}"
+          - "%{build_url}"
+        skip_join: true