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