Преглед изворни кода

travis: install HTTP::Daemon::SSL perl module

which is required for plugins/tests/check_http.t

Signed-off-by: Sven Nierlein <sven@nierlein.de>
Sven Nierlein пре 9 година
родитељ
комит
e118230903
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .travis.yml

+ 3 - 0
.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