gmqcc/.travis.yml
2015-01-13 20:30:28 -05:00

14 lines
291 B
YAML

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