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:
authorPanayiotis Lipiridis <lipiridis@gmail.com>2016-10-07 14:13:59 +0300
committerPanayiotis Lipiridis <lipiridis@gmail.com>2016-10-07 14:13:59 +0300
commit7359c3721edff57cecfafab5edc67a530e090659 (patch)
treefffc5701197dc45c11f923d66b40d0c7e0c7a022 /plugins/TestRunner
parent9243b9a7b6fae8237596f76cda1fe8b6816463af (diff)
Fixed GitHub case
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/GenerateTravisYmlFile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TestRunner/Commands/GenerateTravisYmlFile.php b/plugins/TestRunner/Commands/GenerateTravisYmlFile.php
index a99c3ae4f0..dfb2d366cd 100644
--- a/plugins/TestRunner/Commands/GenerateTravisYmlFile.php
+++ b/plugins/TestRunner/Commands/GenerateTravisYmlFile.php
@@ -33,7 +33,7 @@ class GenerateTravisYmlFile extends ConsoleCommand
->addOption('artifacts-pass', null, InputOption::VALUE_REQUIRED,
"Password to the Piwik build artifacts server. Will be encrypted in the .travis.yml file.")
->addOption('github-token', null, InputOption::VALUE_REQUIRED,
- "Github token of a user w/ push access to this repository. Used to auto-commit updates to the "
+ "GitHub token of a user w/ push access to this repository. Used to auto-commit updates to the "
. ".travis.yml file and checkout dependencies. Will be encrypted in the .travis.yml file.\n\n"
. "If not supplied, the .travis.yml will fail the build if it needs updating.")
->addOption('php-versions', null, InputOption::VALUE_OPTIONAL,
@@ -70,4 +70,4 @@ class GenerateTravisYmlFile extends ConsoleCommand
return $returnCode;
}
-} \ No newline at end of file
+}