mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 04:52:49 +01:00
Add irc notifications by travis
This commit is contained in:
parent
8d196a8c01
commit
0ef5ce2847
1 changed files with 7 additions and 0 deletions
|
|
@ -24,3 +24,10 @@ before_script:
|
|||
- "[[ $TRAVIS_PYTHON_VERSION == '2.7' ]] && pip install coveralls || true"
|
||||
after_success:
|
||||
- "[[ $TRAVIS_PYTHON_VERSION == '2.7' ]] && coveralls || true"
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#beets"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue