diff --git a/.travis.yml b/.travis.yml index 1c4d874d5..ebe308a54 100644 --- a/.travis.yml +++ b/.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