diff --git a/.travis.yml b/.travis.yml index 29290fd1..09acff8a 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