Preparing for Codeship CI.

This commit is contained in:
Alexey Skobkin 2016-12-18 02:47:53 +03:00
parent 07126b5586
commit b38599c747
2 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.idea/
/web/bundles/
/app/bootstrap.php.cache
/app/cache/*
@ -11,4 +12,4 @@
/bin/
/composer.phar
/nbproject/
npm-debug.log

View File

@ -1,6 +1,13 @@
imports:
- { resource: config_dev.yml }
doctrine:
dbal:
dbname: "%test_database_name%"
port: "%test_database_port%"
user: "%test_database_user%"
password: "%test_database_password%"
framework:
test: ~
session: