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 23:13:35 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-13 23:15:18 +0400
commit0b5ea53d0ebc134ca104516f3387f34c91372ff8 (patch)
tree05b92a589b0fce939b2960bc4757917af8366a87 /plugins
parentfed8e3f9ec77a75cde78bde0f13e986a95eea958 (diff)
Do not fail if we cannot git checkout master -- . It would seem to be impossible to do on travis when building for a branch.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 569439de42..6b52f22558 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -92,7 +92,7 @@ install:
{% 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 || true
{% endif %}
before_script: