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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-09 06:26:04 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-09 06:26:04 +0300
commit21f9f90435c9f4ef35c4feac6d05e29c3d8625fe (patch)
treee90b348f652baab1b6c929d980e58866afd6244d /plugins
parent3ce0c85f790275745a6e0e9389f1fdca2d6a99d0 (diff)
Fix bug introduced in #7391
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TestRunner/templates/travis.yml.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/templates/travis.yml.twig b/plugins/TestRunner/templates/travis.yml.twig
index 04b2b663e4..b70a9bf345 100644
--- a/plugins/TestRunner/templates/travis.yml.twig
+++ b/plugins/TestRunner/templates/travis.yml.twig
@@ -121,7 +121,7 @@ before_script:
{% endif %}
- ./tests/travis/install_mysql_5.6.sh
- phpenv config-rm xdebug.ini;
+ - phpenv config-rm xdebug.ini;
# add always_populate_raw_post_data=-1 to php.ini
- echo "always_populate_raw_post_data=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini