From 681067bbd5a7883230040da457a6b8561d690da0 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 11 Aug 2014 12:10:54 +0200 Subject: When generating .travis.yml for plugins make sure travis scripts are always latest (even if testing against different branch). --- plugins/CoreConsole/templates/travis.yml.twig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins') 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 -- cgit v1.2.3