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-12 20:19:08 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-12 20:19:08 +0400
commitd7ca710f0b0bd55275d0a4d6836fe95b233ed3e5 (patch)
tree88d6a1c730182ee599c89fd362bc8ea64881d3fe /plugins
parent9ce2aa752eb6d598d36682fcbd9330e5f561e04c (diff)
Refs #5962, do not generate .travis.yml file in GeneratePlugin command since this is done by special GenerateTravisYml command.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/Commands/GeneratePlugin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CoreConsole/Commands/GeneratePlugin.php b/plugins/CoreConsole/Commands/GeneratePlugin.php
index d00c16a83f..1dddca9b65 100644
--- a/plugins/CoreConsole/Commands/GeneratePlugin.php
+++ b/plugins/CoreConsole/Commands/GeneratePlugin.php
@@ -61,7 +61,6 @@ class GeneratePlugin extends GeneratePluginBase
'/ExamplePlugin.php',
'/plugin.json',
'/README.md',
- '/.travis.yml',
'/screenshots',
'/screenshots/.gitkeep',
'/javascripts',