Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e92f164

Browse files
committed
chore: create db in travis tests
1 parent 72cf6e4 commit e92f164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ before_script:
1818
- cp .env.dist .env
1919
- docker-compose pull && docker-compose build && docker-compose up -d
2020
- docker-compose ps
21+
- docker-compose exec php-fpm php bin/console doctrine:database:create --no-interaction
22+
- docker-compose exec php-fpm php bin/console doctrine:migrations:migrate --no-interaction --allow-no-migration
2123

2224
script:
2325
- ./bin/phpunit

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /