[monitoring-plugins] travis: install HTTP::Daemon::SSL perl module
Sven Nierlein <[email protected]> Fri, 11 Nov 2016 10:40:11 +0100 (CET)
| Newsgroups | gmane.network.nagios.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: monitoring-plugins Branch: master Commit: e11823090308cb278fd0a32f3d07a8ee20e5ec2c Author: Sven Nierlein <[email protected]> Date: Fri Nov 11 09:49:04 2016 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e118230 travis: install HTTP::Daemon::SSL perl module which is required for plugins/tests/check_http.t Signed-off-by: Sven Nierlein <[email protected]> --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 29290fd..09acff8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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