arrange order for travis

This commit is contained in:
Julien Fastré 2014-11-07 00:10:08 +01:00
parent 7433cb558e
commit 27a2cf5dc1

View File

@ -17,8 +17,8 @@ install:
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml - cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
before_script: before_script:
- php Tests/Fixtures/App/console --env=test cache:warmup
- psql -c 'create database test0;' -U postgres - psql -c 'create database test0;' -U postgres
- php Tests/Fixtures/App/console --env=test cache:warmup
- php Tests/Fixtures/App/console doctrine:schema:create --env=test --no-interaction - php Tests/Fixtures/App/console doctrine:schema:create --env=test --no-interaction
- php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction