summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 12efa98..88bd3d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,17 @@ perl:
- "5.24"
- "5.22"
- "5.20"
+services:
+ - postgresql
+addons:
+ apt:
+ packages:
+ - libcache-perl
+ - libpq-dev
+ - libxml2-dev
+before_script:
+ - cp .travis.travelynx.conf travelynx.conf
+ - psql -c 'create database travelynx_ci_test;' -U postgres
script:
- carton install
- carton exec prove -lv