Use postgresql for travis

This commit is contained in:
Tim Schumacher 2016-06-28 19:38:38 +02:00
parent c61b666a65
commit a447ba9713
5 changed files with 126 additions and 30 deletions

View file

@ -0,0 +1,28 @@
imports:
- { resource: config_dev.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
liip_functional_test: ~
doctrine:
dbal:
driver: "pdo_pgsql"
host: "localhost"
port: "5432"
dbname: "travis_ci_test"
user: "postgres"
password: ""
charset: UTF8