diff --git a/.travis.yml b/.travis.yml index 5f1b1e16..b204e366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ install: # Migration is just for testing if it work, it is overwritten immediately - php bin/console --env test doctrine:migrations:migrate -n # Load fixtures (workaround https://github.com/doctrine/DoctrineFixturesBundle/issues/50) - - bin/console --env test doctrine:schema:drop --force \ - && bin/console --env test doctrine:schema:update --force \ - && bin/console --env test doctrine:fixtures:load -n + - bin/console --env test doctrine:schema:drop --force + - bin/console --env test doctrine:schema:update --force + - bin/console --env test doctrine:fixtures:load -n script: - php bin/phpunit