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 03:20:31 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-17 03:20:31 +0400
commit17a0417f24413540d3453d2e98b48c61b8697825 (patch)
treeae3cf9ff4100a9a8a6b427ee6954712bfb57d3e4 /.travis.yml
parent13e23de76a38517fda280a678297d1b491d86c05 (diff)
disable xdebug only if we have a test suite. Otherwise will be disabled when generating coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c792e7d22..fbc6576c2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,7 +118,7 @@ install:
- git checkout master -- ./tests/travis ./plugins/CoreConsole || true
before_script:
- - if ([ -n "$TEST_SUITE" ] || [ -z "$PLUGIN_NAME" ]);
+ - if ([ -n "$TEST_SUITE" ]);
then phpenv config-rm xdebug.ini
fi
- if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);