summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-13 18:45:56 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-13 18:45:56 -0400
commit9f792f46d32fae84ed7327b06acb803af71770a3 (patch)
treea4c8294c5e57335f54cea440c6dce4d2a3496fc4
parent4ca37f747d9dcc21d6f85655895e1e997937a670 (diff)
downloadpyopenssl-9f792f46d32fae84ed7327b06acb803af71770a3.tar.gz
send to coveralls whether or not the build succeeds
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eda1242..eccc720 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,7 +98,7 @@ script:
coverage report -m
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
-after_success:
+after_script:
- source ~/.venv/bin/activate && coveralls
notifications: