Specify env when loading fixtures in travis.

This commit is contained in:
Jan Böhmer 2019-10-20 15:11:42 +02:00
parent 99eb5a0e45
commit 215a6cd1e7

View file

@ -20,8 +20,8 @@ before_install:
install: install:
- composer install - composer install
- php bin/console doctrine:migrations:migrate -n - php bin/console --env test doctrine:migrations:migrate -n
- php bin/console doctrine:fixtures:load -n - php bin/console --env test doctrine:fixtures:load -n
script: script:
- php bin/phpunit - php bin/phpunit