瀏覽代碼

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