From c7f011fc55f68708100a4ad97da1b4bca33dd817 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 14 Apr 2020 15:16:39 +0200 Subject: [PATCH] Disable failing tests on php 5.5 Signed-off-by: William Desportes --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e20886c439..76d00989b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"