Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-04-14 16:16:39 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-04-14 16:16:54 +0300
commitc7f011fc55f68708100a4ad97da1b4bca33dd817 (patch)
treec3bd72aba780a8cc67e67726fd0815b2849a23cb /.travis.yml
parent7f62595a3e6d715f368b60c4d6e269afa762acbc (diff)
Disable failing tests on php 5.5
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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"