2019-04-21 16:17:22 +00:00
|
|
|
language: perl
|
|
|
|
perl:
|
|
|
|
- "5.28"
|
|
|
|
- "5.26"
|
|
|
|
- "5.24"
|
|
|
|
- "5.22"
|
|
|
|
- "5.20"
|
2019-04-22 05:01:59 +00:00
|
|
|
services:
|
|
|
|
- postgresql
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- libcache-perl
|
2019-04-22 05:09:25 +00:00
|
|
|
- libdb-dev
|
2019-04-22 05:01:59 +00:00
|
|
|
- libpq-dev
|
|
|
|
- libxml2-dev
|
2019-04-22 05:22:53 +00:00
|
|
|
postgresql: "9.4"
|
2019-04-22 05:01:59 +00:00
|
|
|
before_script:
|
|
|
|
- cp .travis.travelynx.conf travelynx.conf
|
|
|
|
- psql -c 'create database travelynx_ci_test;' -U postgres
|
2019-04-21 16:17:22 +00:00
|
|
|
script:
|
2019-04-22 05:15:21 +00:00
|
|
|
- prove -lv
|