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:10:54 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-11 14:10:54 +0400
commit681067bbd5a7883230040da457a6b8561d690da0 (patch)
treedb7b5d59e64e3c6526ddd03231d9b37b2478a8ed /plugins
parent002acc297693ebbd367547c787477e394f13f05a (diff)
When generating .travis.yml for plugins make sure travis scripts are always latest (even if testing against different branch).
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 86cd25f3e0..06504bdbdd 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -87,6 +87,10 @@ install:
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
+
- ./tests/travis/configure_git.sh
# print out mysql information