Add some more commands to make TravisCI work

See: https://travis-ci.org/github/phpmyadmin/phpmyadmin/jobs/755890381#L990
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-01-24 19:23:31 +01:00
parent 548cb7136e
commit 4133322f82
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -12,6 +12,8 @@ install:
script:
- ./scripts/generate-mo --quiet
- composer run phpunit -- --exclude-group selenium
- echo 'The testsuite did run.'
- sleep 1
cache:
pip: true