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:
authorPiwik Automation <hello@piwik.org>2014-11-05 10:56:43 +0300
committerPiwik Automation <hello@piwik.org>2014-11-05 10:56:43 +0300
commitc473cb8ff3624ca621ab18cedd52b3fe643d463d (patch)
tree8c902e07ee36c6889b58b59bd611d8eaec4ed731 /.travis.yml
parent6723808ef2c6f626ae4fb415051c33262feab0a6 (diff)
.travis.yml file is out of date, auto-updating .travis.yml file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index df1fc50aac..e5f317ffef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,11 +85,10 @@ install:
- git checkout master -- ./tests/travis ./plugins/TestRunner || 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;
+ else
+ phpenv config-rm xdebug.ini;
fi
- ./tests/travis/configure_git.sh