gmqcc/.travis.yml

15 lines
292 B
YAML
Raw Normal View History

2013-01-05 20:31:17 +00:00
language: c
compiler:
- gcc
- clang
# Change this to your needs
script: make && make check
2013-01-05 20:39:50 +00:00
notifications:
2013-01-05 20:43:47 +00:00
irc:
channels:
2013-09-22 12:43:47 +00:00
- "irc.freenode.org#gmqcc"
2013-01-05 20:43:47 +00:00
template:
- "[%{commit} : %{author}] %{message}"
2013-01-12 15:47:41 +00:00
- "%{build_url}"
2013-01-05 20:43:47 +00:00
skip_join: true