gmqcc/.travis.yml
2013-09-22 08:43:47 -04:00

14 lines
292 B
YAML

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