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 19:58:18 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-13 19:58:18 +0400
commitf16f349ee87770d962c3e740c6319a57c8c3321d (patch)
treeaf94c942e8a3d7a115b8d8c0493db4466af5b079 /plugins
parent6417a22f07f0da1c51e958f256ecf8832af09416 (diff)
Make sure git checkout master does not fail on other branches when running in travis.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index bfcbe599d7..09fae65835 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -91,6 +91,7 @@ install:
- ./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
{% endif %}