From c36b8f481392e73e3225ad34db4ef95f737c095c Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Wed, 6 Aug 2014 19:18:53 -0300 Subject: [PATCH] Enable IRC notifications for Travis builds --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60de6f71f..81d5fcfaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,12 +60,12 @@ before_script: script: - /System/Library/Frameworks/Ruby.framework/Versions/"${CASK_RUBY_TEST_VERSION}"/usr/bin/bundle exec "/System/Library/Frameworks/Ruby.framework/Versions/${CASK_RUBY_TEST_VERSION}/usr/bin/rake" test TESTOPTS="--seed=14827" -# notifications: -# irc: -# channels: -# - "chat.freenode.net#homebrew-cask" -# template: -# - "%{build_number}: %{branch}@%{commit} %{author} -> %{message} %{build_url}" -# use_notice: true -# skip_join: true -# email: false +notifications: + irc: + channels: + - "chat.freenode.net#homebrew-cask" + template: + - "(%{repository_slug}) %{build_number}: %{branch}@%{commit} %{author} -> %{message} %{build_url}" + use_notice: true + skip_join: true + email: false