소스 검색

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