]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - .travis.yml
.c -> .cpp
[xonotic/gmqcc.git] / .travis.yml
index fdadff812ea327e532810a6279ccae7af2565ffe..45e9c7ecec5a3b2a807ffeb64f30d86bd6e860db 100644 (file)
@@ -3,11 +3,11 @@ 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}"
           - "%{build_url}"