Disable failing tests on php 5.5
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
7f62595a3e
commit
c7f011fc55
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user