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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-17 02:47:52 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-17 02:47:52 +0400
commit1045d59d40ca483b84bf18dee55b14cc2a529092 (patch)
tree183f95848dae8c6e2edb7fa5c9879e2206b92317 /.travis.yml
parent7480d35f30b541425ecdeaeb77377554b31a1022 (diff)
refs #6413 wondering if this works and gives us faster test performance
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 aad174d28f..1c792e7d22 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" ] || [ -z "$PLUGIN_NAME" ]);
+ then phpenv config-rm xdebug.ini
+ fi
- if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
then composer require satooshi/php-coveralls dev-master;
fi