fix travis preparation of parameters

This commit is contained in:
Julien Fastré 2014-11-04 21:48:47 +01:00
parent cbdea04fd4
commit 27378f34ca

View File

@ -13,7 +13,7 @@ addons:
before_script: before_script:
- psql -c 'create database test0;' -U postgres - psql -c 'create database test0;' -U postgres
- cp Tests/Fixtures/App/app/config/parameters.travis.yml Test/Fixtures/App/app/config/parameters.yml - cp Tests/Fixtures/App/app/config/parameters.travis.yml Tests/Fixtures/App/app/config/parameters.yml
- ./console.sh doctrine:schema:create - ./console.sh doctrine:schema:create
install: install: