]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - .travis.yml
Better IRC hook
[xonotic/gmqcc.git] / .travis.yml
index 13b6ff358223889a793b3b26788d9aece5bc4702..d1e60495bf55e4e5386c4dbe6a6222b678d50668 100644 (file)
@@ -4,4 +4,11 @@ compiler:
   - clang
 # Change this to your needs
 script: make && make check
   - 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} "
+        use_notice: true
+        skip_join: true