Travis: add rsyslog

This commit is contained in:
Jakub Warmuz 2015-09-05 21:50:14 +00:00
parent f5c9f92c42
commit 86bfe61ea3
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

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'