Update template for Travis message in #jekyll irc room.

This commit is contained in:
Parker Moore 2013-07-01 17:22:39 +02:00
parent 7e750f3230
commit 4118886c2b
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,13 @@ rvm:
- 1.8.7 - 1.8.7
script: bundle exec rake script: bundle exec rake
notifications: notifications:
irc: "irc.freenode.org#jekyll" irc:
channels:
- "irc.freenode.org#jekyll"
#on_success: change
#on_failure: change
template:
- "%{repository}#%{build_number} (%{branch}) %{message}. %{build_url}"
email: email:
on_success: never on_success: never
on_failure: never on_failure: never