Build yarn assets when testing on travis.

This commit is contained in:
Jan Böhmer 2019-10-31 23:14:02 +01:00
parent 93716c8583
commit 96f12a3c4f

View file

@ -16,6 +16,9 @@ php:
install:
- composer install
# Compile assets
- yarn install
- yarn build
- php bin/console --env test doctrine:database:create --if-not-exists -n
- php bin/console --env test doctrine:migrations:migrate -n
# Load fixtures (We have to disable foreign key checks or we get errors)