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

@ -19,8 +19,10 @@ liip_functional_test: ~
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_sqlite
path: %kernel.cache_dir%/test.db
driver: "pdo_pgsql"
host: "localhost"
port: "5432"
dbname: "travis_ci_test"
user: "postgres"
password: "123456"
charset: UTF8