gmqcc/.travis.yml
2013-01-05 20:44:53 +00:00

13 lines
270 B
YAML

language: c
compiler:
- gcc
- clang
# Change this to your needs
script: make && make check
notifications:
irc:
channels:
- "irc.freenode.org#kf-engine"
template:
- "[%{commit} : %{author}] %{message} "
skip_join: true