Remove travis irc notifications entirely
This commit is contained in:
parent
e7c462403e
commit
f1e87b48e5
1 changed files with 2 additions and 13 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -183,14 +183,3 @@ deploy:
|
|||
repo: "sfztools/sfizz"
|
||||
tags: true
|
||||
condition: ${TRAVIS_TAG} =~ ^v?[0-9]
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "ircs://chat.freenode.net:7070/#sfztools"
|
||||
|
||||
template:
|
||||
- "[%{repository_name}:%{branch}] Build #%{build_number}: %{message}"
|
||||
- "%{author} : %{commit_subject}"
|
||||
- "Commit URL : <https://github.com/%{repository_slug}/commit/%{commit}>"
|
||||
- "Build Details : <%{build_url}>"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue