Merge pull request #27 from rackerlabs/jay/TravisNotification

fix(travis): disable email notify, enable IRC
This commit is contained in:
Jason Faulkner 2014-01-20 11:45:26 -08:00
commit a0f7759e78

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