mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
only install libaugeas0 for docker_dev
This commit is contained in:
parent
50093bdce5
commit
f996fd12b2
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ matrix:
|
|||
- sudo: required
|
||||
env: TOXENV=docker_dev
|
||||
services: docker
|
||||
addons:
|
||||
apt:
|
||||
packages: # don't install nginx and apache
|
||||
- libaugeas0
|
||||
- python: "2.7"
|
||||
env: TOXENV=apacheconftest
|
||||
sudo: required
|
||||
|
|
|
|||
Loading…
Reference in a new issue