fix(travis): disable email notify, enable IRC
This commit is contained in:
parent
b6938c64f1
commit
cb732f69c1
@ -4,3 +4,10 @@ install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#teeth-dev"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user