.travis.yml: reduce verbosity of IRC notifications

This commit is contained in:
David Adam 2014-02-11 09:47:29 +08:00
parent 3678f134d9
commit dd49399e45

View file

@ -16,3 +16,7 @@ notifications:
irc:
channels:
- "irc.oftc.net#fish"
template:
- "%{repository}#%{build_number} (%{commit} on %{branch} by %{author}): %{message} Details at %{build_url}"
use_notice: true
skip_join: true