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>2019-01-17 00:17:37 +0300
committerGitHub <noreply@github.com>2019-01-17 00:17:37 +0300
commit693bac4b4943898ced3397fa0d6e436ef2343159 (patch)
tree6b3c8dd0fb772e1add700b61b044a1cc6993e560 /.travis.yml
parentd3a8a54c9520fa91b9d394c2e990d1890376bad3 (diff)
Update outdated tests (#6515)
These tests were running on Ubuntu Precise and Debian Wheezy which have reached their end of life and are no longer maintained by the respective distros. This updates the tests to a newer version of Debian and Ubuntu. * Remove tests on the deprecated precise. * Add tests for Xenial. * update Jessie tests to use Wheezy * update .travis.yml
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 e733c5fc7..38543845a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -126,11 +126,11 @@ matrix:
services: docker
if: type = cron
- sudo: required
- env: TOXENV=le_auto_precise
+ env: TOXENV=le_auto_xenial
services: docker
if: type = cron
- sudo: required
- env: TOXENV=le_auto_wheezy
+ env: TOXENV=le_auto_jessie
services: docker
if: type = cron
- sudo: required