mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Specify env when loading fixtures in travis.
This commit is contained in:
parent
99eb5a0e45
commit
215a6cd1e7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue