aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Sven Nierlein <sven@nierlein.de> 2016-11-11 09:49:04 +0100
committerGravatar Sven Nierlein <sven@nierlein.de> 2016-11-11 09:49:04 +0100
commite11823090308cb278fd0a32f3d07a8ee20e5ec2c (patch)
treee3c9a6b63e62bb4eb17039b82de9cafe0f850ad9 /.travis.yml
parent6cd50bc42cb4b25a3c0f7153df7f83b7262f404b (diff)
downloadmonitoring-plugins-e11823090308cb278fd0a32f3d07a8ee20e5ec2c.tar.gz
travis: install HTTP::Daemon::SSL perl module
which is required for plugins/tests/check_http.t Signed-off-by: Sven Nierlein <sven@nierlein.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 29290fd1..09acff8a 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