fix(travis): disable email notify, enable IRC

This commit is contained in:
Jay Faulkner 2014-01-20 11:43:25 -08:00
parent b6938c64f1
commit cb732f69c1
1 changed files with 7 additions and 0 deletions

View File

@ -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