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:
authorJakub Warmuz <jakub@warmuz.org>2015-05-10 22:17:00 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-05-10 22:18:27 +0300
commitc7aff6713265a8ab0512e6c671086b1f4ef50672 (patch)
treef64efd38bb8f2a6c55f1883d7d6d38bd304c478e /tox.cover.sh
parentb4c747a2838f8cd86962669cc49c60a92997bf60 (diff)
parent53fbedda53a031393b4cf0186ebda1d6ed5a2ea9 (diff)
Merge branch 'bugs/402' into pkgs_sep_prep
Diffstat (limited to 'tox.cover.sh')
-rwxr-xr-xtox.cover.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.cover.sh b/tox.cover.sh
index d707e00ec..521d73883 100755
--- a/tox.cover.sh
+++ b/tox.cover.sh
@@ -18,5 +18,5 @@ cover () {
# don't use sequential composition (;), if letsencrypt_nginx returns
# 0, coveralls submit will be triggered (c.f. .travis.yml,
# after_success)
-cover letsencrypt 94 && cover acme 99 && \
+cover letsencrypt 94 && cover acme 100 && \
cover letsencrypt_apache 78 && cover letsencrypt_nginx 94