gmqcc/.travis.yml
2013-01-05 20:39:50 +00:00

8 lines
148 B
YAML

language: c
compiler:
- gcc
- clang
# Change this to your needs
script: make && make check
notifications:
irc: "irc.freenode.org#kf-engine"