diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-23 13:28:40 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-23 13:28:40 +1200 |
commit | 85b46cd88819a6a7243ddba7e1935482e7b4b271 (patch) | |
tree | 586296b00035cf4d7714a48e71f132cec3c1ee4a | |
parent | 45c2ac2cf7646dc272e8d9717caefcec30b97456 (diff) | |
download | mitmproxy-85b46cd88819a6a7243ddba7e1935482e7b4b271.tar.gz mitmproxy-85b46cd88819a6a7243ddba7e1935482e7b4b271.tar.bz2 mitmproxy-85b46cd88819a6a7243ddba7e1935482e7b4b271.zip |
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
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b62c51b..d961b6c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,10 @@ notifications: - "irc.oftc.net#mitmproxy" on_success: change on_failure: always - slack: mitmproxy:YaDGC9Gt9TEM7o8zkC2OLNsu + slack: + mitmproxy:YaDGC9Gt9TEM7o8zkC2OLNsu + on_success: :change + on_failure: always # exclude cryptography from cache # it depends on libssl-dev version |