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 06:19:35 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-17 06:19:35 +0400
commit37cefb252598a0fdc88a8bb89313a5871a2a4c44 (patch)
treeca43058eab78dbc8487ff8a62849e7ec1040aa69 /.travis.yml
parent4fb2eda8db50f068e481f99a0621371e28360293 (diff)
refs #6431 and another day. Maybe it will accept my change?
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..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