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-13 21:43:16 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-13 21:43:24 +0400
commit3d3c96352fbf55827c0af53c09335cff3a7be905 (patch)
tree4584eff79056e09dfb6e3434a931117662e612a0 /plugins
parent0985cfe6770d64b146e7fb3e2b8bb67c24a51d7d (diff)
Fix git checkout command in travis.yml generator and correctly reference self:: instead of -> in IntegrationTestCase.php.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 09fae65835..569439de42 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -85,14 +85,14 @@ install:
- mv ../$PLUGIN_NAME plugins
# 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 ./plugins/CoreConsole
+ - git checkout master -- ./tests/travis ./plugins/CoreConsole
# clone dependent repos
- ./tests/travis/checkout_dependent_plugins.sh
{% else %}
# make sure travis test scripts are always latest (so in older releases/branches, the latest scripts will still be used)
- git fetch
- - git checkout master ./tests/travis ./plugins/CoreConsole
+ - git checkout master -- ./tests/travis ./plugins/CoreConsole
{% endif %}
before_script: