]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - .travis.yml
Remove all the support stuff
[xonotic/gmqcc.git] / .travis.yml
index 54d656d20e582f6b5dbe1aaa12666f1f46f910d7..45e9c7ecec5a3b2a807ffeb64f30d86bd6e860db 100644 (file)
@@ -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