diff --git a/.travis.yml b/.travis.yml index 543c7c478..fff059b11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: before_script: - 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/app/console doctrine:migrations:migrate --no-interaction - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction script: phpunit --coverage-text