Travis to Slack
This commit is contained in:
parent
159543dd2b
commit
237e05c823
|
@ -47,6 +47,11 @@ notifications:
|
||||||
- "irc.oftc.net#mitmproxy"
|
- "irc.oftc.net#mitmproxy"
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
slack:
|
||||||
|
rooms:
|
||||||
|
- mitmproxy:YaDGC9Gt9TEM7o8zkC2OLNsu
|
||||||
|
on_success: :change
|
||||||
|
on_failure: always
|
||||||
|
|
||||||
# exclude cryptography from cache
|
# exclude cryptography from cache
|
||||||
# it depends on libssl-dev version
|
# it depends on libssl-dev version
|
||||||
|
|
Loading…
Reference in New Issue