gmqcc/.travis.yml
2013-01-12 15:47:41 +00:00

14 lines
296 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}"
- "%{build_url}"
skip_join: true