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 <benakamoorthi@fastmail.fm>2014-08-11 14:15:02 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-11 14:15:02 +0400
commitd82da76569126b0f60354e7688966227e06849ca (patch)
tree44e73065b7207d4071b326a2697515d1896b967d /plugins
parent681067bbd5a7883230040da457a6b8561d690da0 (diff)
Revert earlier change to cd into piwik directory for plugins in generated .travis.yml since we are already there.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 06504bdbdd..5f710943c2 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -85,9 +85,6 @@ install:
{% endif %}
before_script:
-{% if pluginName is not empty %} - cd piwik
-{% endif %}
-
# make sure travis test scripts are always latest (so in older releases/branches, the latest scripts will still be used)
- git checkout master ./tests/travis