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: 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" - /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: notifications:
# irc: irc:
# channels: channels:
# - "chat.freenode.net#homebrew-cask" - "chat.freenode.net#homebrew-cask"
# template: template:
# - "%{build_number}: %{branch}@%{commit} %{author} -> %{message} %{build_url}" - "(%{repository_slug}) %{build_number}: %{branch}@%{commit} %{author} -> %{message} %{build_url}"
# use_notice: true use_notice: true
# skip_join: true skip_join: true
# email: false email: false

Loading…
Cancel
Save