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 <benaka@piwik.pro>2015-07-19 02:38:02 +0300
committerdiosmosis <benaka@piwik.pro>2015-07-19 02:38:02 +0300
commitfc87d6a189b5b0742fd8d4029ffea0fde15fa3ce (patch)
treee7900a057a49750f0a0066242bd88b459dafadf0 /plugins
parent92f5e5c26d979fe824e373d406f9e0e3fe36814c (diff)
Moving composer update and mysql/python install from before_script section to install section.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TestRunner/Commands/GenerateTravisYmlFile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/Commands/GenerateTravisYmlFile.php b/plugins/TestRunner/Commands/GenerateTravisYmlFile.php
index 6aac520052..c20cf1b315 100644
--- a/plugins/TestRunner/Commands/GenerateTravisYmlFile.php
+++ b/plugins/TestRunner/Commands/GenerateTravisYmlFile.php
@@ -43,7 +43,7 @@ class GenerateTravisYmlFile extends ConsoleCommand
protected function execute(InputInterface $input, OutputInterface $output)
{
- $command = "php '" . PIWIK_INCLUDE_PATH . "/tests/travis/generator/main.php' ";
+ $command = "php '" . PIWIK_INCLUDE_PATH . "/tests/travis/generator/main.php' generate:travis-yml ";
foreach ($input->getOptions() as $name => $value) {
if ($value === false
|| $value === null