Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2018-08-01 01:56:22 +0300
committerohemorange <ebportnoy@gmail.com>2018-08-01 01:56:21 +0300
commitf2bc876b6eddc248cd4ab021deefd2d7ef85f7b6 (patch)
tree8d559111861797fc2a5d5c4975db8c9d6e1a4a8c /.travis.yml
parent62629213153e40054654b1a71a3138a90091f6e7 (diff)
switch to codecov (#6220)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 367e00fea..b4d702ff1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,12 +90,12 @@ addons:
- nginx-light
- openssl
-install: "travis_retry $(command -v pip || command -v pip3) install tox coveralls"
+install: "travis_retry $(command -v pip || command -v pip3) install codecov tox"
script:
- travis_retry tox
- '[ -z "${BOULDER_INTEGRATION+x}" ] || (travis_retry tests/boulder-fetch.sh && tests/tox-boulder-integration.sh)'
-after_success: '[ "$TOXENV" == "cover" ] && coveralls'
+after_success: '[ "$TOXENV" == "cover" ] && codecov'
notifications:
email: false