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:
authordiosmosis <benaka@piwik.pro>2015-06-17 04:28:19 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-17 04:28:19 +0300
commite28402e0c3de26374832637074569fbbb86b9209 (patch)
tree272e9716ddf5f8f9a79163267852a9a4a8ee82fd /plugins/TestRunner
parentca09789dc38fa0571e1a45d2fb78b9703157a89f (diff)
Remove check out of TestRunner plugin in travis.yml files since it hinders testing against specific piwik versions.
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/templates/travis.yml.twig2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TestRunner/templates/travis.yml.twig b/plugins/TestRunner/templates/travis.yml.twig
index 3d0efc3476..c92dbb3b9a 100644
--- a/plugins/TestRunner/templates/travis.yml.twig
+++ b/plugins/TestRunner/templates/travis.yml.twig
@@ -107,8 +107,6 @@ install:
- mv ../$PLUGIN_NAME plugins
{% endif %}
- # make sure travis test scripts are always latest (so in older releases/branches, the latest scripts will still be used)
- - git checkout master -q -- ./tests/travis ./plugins/TestRunner || true
{% if generationMode == 'plugin' or generationMode == 'piwik-tests-plugins' %}
# clone dependent repos
- ./tests/travis/checkout_dependent_plugins.sh