summaryrefslogtreecommitdiff
path: root/.travis.travelynx.conf
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-22 07:01:59 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-22 07:01:59 +0200
commit45212811ddbd968a6d1e0080fb13a05047caff02 (patch)
tree369272c0ae398ee3059a7160a891f756b306a1c8 /.travis.travelynx.conf
parentec93914f11b907d5ba1837dbf222251d963f96c1 (diff)
Travis CI: Add database tests
Diffstat (limited to '.travis.travelynx.conf')
-rw-r--r--.travis.travelynx.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.travelynx.conf b/.travis.travelynx.conf
new file mode 100644
index 0000000..2678d10
--- /dev/null
+++ b/.travis.travelynx.conf
@@ -0,0 +1,12 @@
+{
+ cache => {
+ schedule => '/tmp/dbf-iris-main',
+ realtime => '/tmp/dbf-iris-realtime',
+ },
+ db => {
+ host => 'localhost',
+ database => 'travelynx_ci_test',
+ user => 'postgres',
+ password => '',
+ },
+};