diff options
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 29290fd1..09acff8a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -29,6 +29,9 @@ install: | |||
| 29 | - sudo apt-get install -qq --no-install-recommends faketime | 29 | - sudo apt-get install -qq --no-install-recommends faketime |
| 30 | # Trusty related dependencies (not yet provided) | 30 | # Trusty related dependencies (not yet provided) |
| 31 | - sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server | 31 | - sudo apt-get install -qq --no-install-recommends mariadb-client mariadb-server |
| 32 | # this perl module is not available as pkg | ||
| 33 | - sudo apt-get install -qq --no-install-recommends cpanminus | ||
| 34 | - cpanm -n HTTP::Daemon::SSL | ||
| 32 | 35 | ||
| 33 | before_script: | 36 | before_script: |
| 34 | # ensure we have a test database in place for tests | 37 | # ensure we have a test database in place for tests |
