mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Travis: add rsyslog
This commit is contained in:
parent
f5c9f92c42
commit
86bfe61ea3
1 changed files with 3 additions and 0 deletions
|
|
@ -43,8 +43,11 @@ addons:
|
|||
- libssl-dev
|
||||
- libffi-dev
|
||||
- ca-certificates
|
||||
# For letsencrypt-nginx integration testing
|
||||
- nginx-light
|
||||
- openssl
|
||||
# For Boulder integration testing
|
||||
- rsyslog
|
||||
|
||||
install: "travis_retry pip install tox coveralls"
|
||||
before_script: '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/boulder-start.sh'
|
||||
|
|
|
|||
Loading…
Reference in a new issue