gmqcc/.travis.yml

15 lines
296 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:
- "irc.freenode.org#kf-engine"
template:
- "[%{commit} : %{author}] %{message}"
- "${build_url}"
2013-01-05 20:43:47 +00:00
skip_join: true