allow Travis CI to disturb the IRC channel

This commit is contained in:
Martin Zimmermann 2014-04-30 15:39:50 +02:00
parent 9dabf88b93
commit 263095cf5f

View File

@ -14,3 +14,9 @@ install:
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
script:
- tox -e $TOX_ENV
notifications:
irc:
channels:
- "chat.freenode.net#isso"
on_success: change
on_failure: always