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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig3
2 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index aad174d28f..ae3da0c2f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,6 +118,9 @@ install:
- git checkout master -- ./tests/travis ./plugins/CoreConsole || true
before_script:
+ - if ([ -n "$TEST_SUITE" ]);
+ then phpenv config-rm xdebug.ini;
+ fi
- if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
then composer require satooshi/php-coveralls dev-master;
fi
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 6228444094..bb65b9e49a 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -131,6 +131,9 @@ before_script:
{% if customTravisBuildSteps.before_script.before|default is not empty %}{{ customTravisBuildSteps.before_script.before|raw }}
{% endif %}
+ - if ([ -n "$TEST_SUITE" ]);
+ then phpenv config-rm xdebug.ini;
+ fi
- if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
then composer require satooshi/php-coveralls dev-master;
fi