Browse Source

Enable IRC notifications for Travis builds

master
Federico Bond 11 years ago
parent
commit
c36b8f4813
  1. 18
      .travis.yml

18
.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

Loading…
Cancel
Save