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:
authorsgiehl <stefan@piwik.org>2014-10-12 03:20:47 +0400
committersgiehl <stefan@piwik.org>2014-10-12 03:20:47 +0400
commite21e7b330893f8cda3b817783c7a6fd166a6f88b (patch)
treeed99c58614d9b87729687163548436d6e0711d15 /plugins
parent2e83ae083837a0fe6e9275a2557646046336c3a0 (diff)
some last updates for plugin code coverage
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index e3c8c30efa..640c7bfd2a 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -107,6 +107,11 @@ install:
- rm -rf plugins/$PLUGIN_NAME
- mv ../$PLUGIN_NAME plugins
+ # copy .coveralls.yml if none exists
+ - if [ ! -f ../coveralls.yml ];
+ then cp .coveralls.yml ../coveralls.yml;
+ fi
+
# 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