]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - .travis.yml
.c -> .cpp
[xonotic/gmqcc.git] / .travis.yml
index 44bd8c165eb6446a08113ae3e4b7b1294b3bad9d..45e9c7ecec5a3b2a807ffeb64f30d86bd6e860db 100644 (file)
@@ -3,6 +3,12 @@ compiler:
   - gcc
   - clang
 # Change this to your needs
-script: make && make check
+script: make && make test
 notifications:
-    irc: "irc.freenode.org#kf-engine"
+    irc:
+        channels:
+          - "irc.freenode.org#gmqcc"
+        template:
+          - "[%{commit} : %{author}] %{message}"
+          - "%{build_url}"
+        skip_join: true