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-30 00:11:13 +0300
committerGitHub <noreply@github.com>2018-08-30 00:11:13 +0300
commit6e23b81dba7566267c98e4b946bbc90f755b562d (patch)
tree2a36265e1f42ea21f0fcc66beed1fff7e57e5aa1 /.travis.yml
parent0e9dd5e3d21d3907733cac7ba9bdf3f7a27105db (diff)
Separate integration (#5814)
Main piece of #5810. * Rename Certbot integration tests * Remove nginx from certbot tests * allow for running individual integration tests * fail under 65 * Add set -e * Track Nginx coverage and omit it from report later. * Use INTEGRATION_TEST in script * add INTEGRATION_TEST=all * update min certbot percentage
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 b4d702ff1..acdf365bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,11 +13,11 @@ before_script:
matrix:
include:
- python: "2.7"
- env: TOXENV=py27_install BOULDER_INTEGRATION=v1
+ env: BOULDER_INTEGRATION=v1 INTEGRATION_TEST=all TOXENV=py27_install
sudo: required
services: docker
- python: "2.7"
- env: TOXENV=py27_install BOULDER_INTEGRATION=v2
+ env: BOULDER_INTEGRATION=v2 INTEGRATION_TEST=all TOXENV=py27_install
sudo: required
services: docker
- python: "2.7"