From 96f12a3c4f4786d30b5fde534592eef6cc0f8c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 31 Oct 2019 23:14:02 +0100 Subject: [PATCH] Build yarn assets when testing on travis. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d13695aa..f694d9c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)