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@eff.org>2019-05-18 00:44:07 +0300
committerBrad Warren <bmw@eff.org>2019-05-18 00:44:07 +0300
commit46ab0a9b95264676d9ca6fd95c95cf6934124d4a (patch)
tree98aa061e4b82825f5dc260027f13aebd9560bcf8
parent39d7abd41939b214bd4debe05e9e53695f039965 (diff)
-rw-r--r--.travis.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index a7179d0e4..9bdb52e80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,26 +32,11 @@ matrix:
include:
- python: "2.7"
env:
- - TOXENV=travis-test-farm-apache2
- - secure: "f+j/Lj9s1lcuKo5sEFrlRd1kIAMnIJI4z0MTI7QF8jl9Fkmbx7KECGzw31TNgzrOSzxSapHbcueFYvNCLKST+kE/8ogMZBbwqXfEDuKpyF6BY3uYoJn+wPVE5pIb8Hhe08xPte8TTDSMIyHI3EyTfcAKrIreauoArePvh/cRvSw="
- <<: *extended-test-suite
- - python: "2.7"
- env:
- TOXENV=travis-test-farm-leauto-upgrades
- secure: "f+j/Lj9s1lcuKo5sEFrlRd1kIAMnIJI4z0MTI7QF8jl9Fkmbx7KECGzw31TNgzrOSzxSapHbcueFYvNCLKST+kE/8ogMZBbwqXfEDuKpyF6BY3uYoJn+wPVE5pIb8Hhe08xPte8TTDSMIyHI3EyTfcAKrIreauoArePvh/cRvSw="
git:
depth: false # This is needed to have the history to checkout old versions of certbot-auto.
<<: *extended-test-suite
- - python: "2.7"
- env:
- - TOXENV=travis-test-farm-certonly-standalone
- - secure: "f+j/Lj9s1lcuKo5sEFrlRd1kIAMnIJI4z0MTI7QF8jl9Fkmbx7KECGzw31TNgzrOSzxSapHbcueFYvNCLKST+kE/8ogMZBbwqXfEDuKpyF6BY3uYoJn+wPVE5pIb8Hhe08xPte8TTDSMIyHI3EyTfcAKrIreauoArePvh/cRvSw="
- <<: *extended-test-suite
- - python: "2.7"
- env:
- - TOXENV=travis-test-farm-sdists
- - secure: "f+j/Lj9s1lcuKo5sEFrlRd1kIAMnIJI4z0MTI7QF8jl9Fkmbx7KECGzw31TNgzrOSzxSapHbcueFYvNCLKST+kE/8ogMZBbwqXfEDuKpyF6BY3uYoJn+wPVE5pIb8Hhe08xPte8TTDSMIyHI3EyTfcAKrIreauoArePvh/cRvSw="
- <<: *extended-test-suite
# container-based infrastructure
sudo: false