Disable failing tests on php 5.5

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-04-14 15:16:39 +02:00
parent 7f62595a3e
commit c7f011fc55
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -104,6 +104,9 @@ matrix:
- php: "5.5"
env: CI_MODE=test
dist: trusty
script:
- ./scripts/generate-mo --quiet
- ./vendor/bin/phpunit --configuration phpunit.xml.dist --exclude-group selenium,git-revision,network
- php: "7.3"
env: CI_MODE=test
name: "Run tests using phpunit 8"