From e11823090308cb278fd0a32f3d07a8ee20e5ec2c Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 11 Nov 2016 09:49:04 +0100 Subject: travis: install HTTP::Daemon::SSL perl module which is required for plugins/tests/check_http.t Signed-off-by: Sven Nierlein 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 -- cgit v0.10-9-g596f