mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
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:
parent
6cd50bc42c
commit
e118230903
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue