mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
nginx service?
This commit is contained in:
parent
eb3b7f765a
commit
05b6e378fc
1 changed files with 1 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ matrix:
|
|||
dist: xenial
|
||||
env: TOXENV=py37
|
||||
sudo: required
|
||||
services: docker
|
||||
services: nginx
|
||||
|
||||
|
||||
# Only build pushes to the master branch, PRs, and branches beginning with
|
||||
|
|
@ -46,12 +46,7 @@ addons:
|
|||
- libssl-dev
|
||||
- libffi-dev
|
||||
- ca-certificates
|
||||
# For certbot-nginx integration testing
|
||||
- nginx-light
|
||||
- openssl
|
||||
# for apacheconftest
|
||||
- apache2
|
||||
- libapache2-mod-wsgi
|
||||
|
||||
install: "travis_retry $(command -v pip || command -v pip3) install tox coveralls"
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue