diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:13:31 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:13:31 +1300 |
commit | 9c9e4a5295dd9c190d9aadd024d135386d8cf7c0 (patch) | |
tree | 11ace79b1897fe2f7ba72549fde256e3a3ebf0cb | |
parent | 732932e8bb53ad0b57de2b2a6d124562b02584fa (diff) | |
download | mitmproxy-9c9e4a5295dd9c190d9aadd024d135386d8cf7c0.tar.gz mitmproxy-9c9e4a5295dd9c190d9aadd024d135386d8cf7c0.tar.bz2 mitmproxy-9c9e4a5295dd9c190d9aadd024d135386d8cf7c0.zip |
travis irc notifications
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fe06a3eb..84f97c9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,10 @@ script: - "nosetests --with-cov --cov-report term-missing" after_success: - coveralls +notifications: + irc: + channels: + - "irc.oftc.net#mitmproxy" + on_success: change + on_failure: always + |