diff --git a/.travis.yml b/.travis.yml index 5868a7ce0..a1fbaacbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: before_script: - 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 install: