mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
Merge pull request #636 from skeuomorf/notifications
Add irc notifications by travis
This commit is contained in:
commit
0118ef336d
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