diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-23 13:55:25 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-23 13:55:25 +1200 |
commit | ed8a80e65ab27ef5b0be4b181f1e83469ae839c4 (patch) | |
tree | 8aa6ea39d5570c8b7e6ceae9c4af47510e50dfce | |
parent | 7a3623a14ee2ffa021c1a2a8f337826e055b328d (diff) | |
download | mitmproxy-ed8a80e65ab27ef5b0be4b181f1e83469ae839c4.tar.gz mitmproxy-ed8a80e65ab27ef5b0be4b181f1e83469ae839c4.tar.bz2 mitmproxy-ed8a80e65ab27ef5b0be4b181f1e83469ae839c4.zip |
Travis to Slack
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 85d7391f..9fd4fbd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,11 @@ notifications: - "irc.oftc.net#mitmproxy" on_success: change on_failure: always + slack: + rooms: + - mitmproxy:YaDGC9Gt9TEM7o8zkC2OLNsu + on_success: :change + on_failure: always # exclude cryptography from cache # it depends on libssl-dev version |