1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Travis: add rsyslog

This commit is contained in:
Jakub Warmuz
2015-09-05 21:50:14 +00:00
parent f5c9f92c42
commit 86bfe61ea3

View File

@@ -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'