[monitoring-plugins] travis: install HTTP::Daemon::SSL perl module
Sven Nierlein
git at monitoring-plugins.org
Fri Nov 11 10:40:11 CET 2016
Module: monitoring-plugins
Branch: master
Commit: e11823090308cb278fd0a32f3d07a8ee20e5ec2c
Author: Sven Nierlein <sven at nierlein.de>
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 <sven at nierlein.de>
---
.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
More information about the Commits
mailing list