From 9f792f46d32fae84ed7327b06acb803af71770a3 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 13 Apr 2015 18:45:56 -0400 Subject: [PATCH] send to coveralls whether or not the build succeeds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eda12428f..eccc7202d 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: