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-29 04:56:24 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-29 04:56:24 +0400
commit5434c1492f2ebcfa867320d5e7bd5a30407ca008 (patch)
treeb255a6be10c18139cf1b51d9952964b994844984 /.travis.yml
parented2390454c9388001615afd5dd96770029a1a7a5 (diff)
Add extra instructions regarding how to edit travis.yml.twig file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee917b3fbc..b951418c6d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
# do not edit this file manually, instead run the generate:travis-yml console command
-# if you are a Piwik core developer, edit this template file to auto generate the travis.yml: https://github.com/piwik/piwik/blob/master/plugins/CoreConsole/templates/travis.yml.twig
+# if you are a Piwik core developer, edit this template file to auto generate the .travis.yml: https://github.com/piwik/piwik/blob/master/plugins/CoreConsole/templates/travis.yml.twig
+
+# when modifying this file, please consider whether your changes should apply to plugin .travis.yml files. if not, check whether the pluginName twig var is empty,
+# otherwise your changes will be synced with every plugin that uses an auto generated .travis.yml
+
+# also please test generation before committing by running ./console generate:travis-yml --core and ./console generate:travis-yml --plugin=CustomAlerts
+# and making sure the .travis.yml files are changed correctly
language: php