1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1097 from ent-io/feature/travis-ci/notifications

notify #ruby-fog on freenode instead of emailing
This commit is contained in:
Wesley Beary 2012-08-16 14:02:25 -07:00
commit 034bf32be4

View file

@ -6,3 +6,15 @@ rvm:
- 1.9.3
script: FOG_MOCK=true bundle exec shindont
notifications:
email: false
irc:
channels:
- "irc.freenode.org#ruby-fog"
template:
- "%{repository_url} (%{commit}) : %{message} %{foo} "
- "Build details: %{build_url}"
on_success: always
on_failure: always
use_notice: false