Refine travis.
And, lest some meticulous code reader (I'm looking at you, Thomas) notices the extra colon: https://github.com/travis-ci/travis-ci/issues/2894
This commit is contained in:
parent
45c2ac2cf7
commit
85b46cd888
|
@ -48,7 +48,10 @@ notifications:
|
||||||
- "irc.oftc.net#mitmproxy"
|
- "irc.oftc.net#mitmproxy"
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
slack: mitmproxy:YaDGC9Gt9TEM7o8zkC2OLNsu
|
slack:
|
||||||
|
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