diff options
Diffstat (limited to '.travis.travelynx.conf')
-rw-r--r-- | .travis.travelynx.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.travelynx.conf b/.travis.travelynx.conf deleted file mode 100644 index 2678d10..0000000 --- a/.travis.travelynx.conf +++ /dev/null @@ -1,12 +0,0 @@ -{ - cache => { - schedule => '/tmp/dbf-iris-main', - realtime => '/tmp/dbf-iris-realtime', - }, - db => { - host => 'localhost', - database => 'travelynx_ci_test', - user => 'postgres', - password => '', - }, -}; |