Add back script for TravisCI test jobs

Removed in #16583
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-01-22 00:31:07 +01:00
parent 1bff22ed32
commit 919851ef49
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -13,6 +13,10 @@ install:
- composer install --no-interaction
- yarn install --non-interactive
script:
- ./scripts/generate-mo --quiet
- composer run phpunit -- --exclude-group selenium
services:
- mysql