mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Customize Travis notifications.
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
parent
b8322c9c53
commit
ec48bcf1fa
11
.travis.yml
11
.travis.yml
@ -7,3 +7,14 @@ before_install:
|
||||
install: true
|
||||
before_script: python misc/build_helpers/show-tool-versions.py
|
||||
script: python setup.py test --reporter=timing
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
channels: "chat.freenode.net#tahoe-lafs"
|
||||
on_success: always # for testing
|
||||
on_failure: always
|
||||
template:
|
||||
- "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
|
||||
- "Changes: %{compare_url} | Details: %{build_url}"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user