travis: install HTTP::Daemon::SSL perl module

which is required for plugins/tests/check_http.t

Signed-off-by: Sven Nierlein <sven@nierlein.de>
This commit is contained in:
Sven Nierlein 2016-11-11 09:49:04 +01:00
parent 6cd50bc42c
commit e118230903

View file

@ -29,6 +29,9 @@ install:
- sudo apt-get install -qq --no-install-recommends faketime
# Trusty related dependencies (not yet provided)
- sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server
# this perl module is not available as pkg
- sudo apt-get install -qq --no-install-recommends cpanminus
- cpanm -n HTTP::Daemon::SSL
before_script:
# ensure we have a test database in place for tests