]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - .travis.yml
serpate line travis-ci build url for notifications
[xonotic/gmqcc.git] / .travis.yml
index 54d656d20e582f6b5dbe1aaa12666f1f46f910d7..dcd64d480e2278f7dfd347a516f7cd911c4b8c5c 100644 (file)
@@ -4,3 +4,11 @@ compiler:
   - clang
 # Change this to your needs
 script: make && make check
+notifications:
+    irc:
+        channels:
+          - "irc.freenode.org#kf-engine"
+        template:
+          - "[%{commit} : %{author}] %{message}"
+          - "${build_url}"
+        skip_join: true