mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Create travis database using symfony command.
This commit is contained in:
parent
822fa7e7e4
commit
558ae5ba4b
1 changed files with 1 additions and 3 deletions
|
@ -15,11 +15,9 @@ php:
|
|||
- '7.4snapshot'
|
||||
- 'nightly'
|
||||
|
||||
before_install:
|
||||
- mysql -e 'CREATE DATABASE part-db_test;'
|
||||
|
||||
install:
|
||||
- composer install
|
||||
- php bin/console --env test doctrine:database:create --if-not-exists -n
|
||||
- php bin/console --env test doctrine:migrations:migrate -n
|
||||
- php bin/console --env test doctrine:fixtures:load -n
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue