Travis: set notifications

This commit is contained in:
Daniel Marjamäki 2013-02-11 19:32:53 +01:00
parent 75cf951c56
commit 0052abf527
1 changed files with 8 additions and 0 deletions

View File

@ -8,4 +8,12 @@ script:
- ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test
- mkdir build
- make test SRCDIR=build
notifications:
irc:
channels:
- "irc.freenode.org#cppcheck"
template:
- "[%{commit} : %{author}] %{message}"
- "%{build_url}"
skip_join: true