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:
commit
034bf32be4
1 changed files with 12 additions and 0 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue