Skip to content
Extraits de code Groupes Projets
Valider b4675c19 rédigé par Marc Neudert's avatar Marc Neudert Validation de Stefan Giehl
Parcourir les fichiers

Extends TestRunner options for Travis trusty distribution selection (#12295)

* Update generate:travis-yml sudo-false description

* Add new "--dist-trusty" travis-yml option to TestRunner
parent da99e353
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -42,7 +42,8 @@ class GenerateTravisYmlFile extends ConsoleCommand
->addOption('repo-root-dir', null, InputOption::VALUE_REQUIRED, "Path to the repo for whom a .travis.yml file will be generated for.")
->addOption('force-php-tests', null, InputOption::VALUE_NONE, "Forces the presence of the PHP tests jobs for plugin builds.")
->addOption('force-ui-tests', null, InputOption::VALUE_NONE, "Forces the presence of the UI tests jobs for plugin builds.")
->addOption('sudo-false', null, InputOption::VALUE_NONE, "If supplied, the .travis.yml file will use travis' new infrastructure.");
->addOption('dist-trusty', null, InputOption::VALUE_NONE, "If supplied, the .travis.yml file will use travis' trusty distribution.")
->addOption('sudo-false', null, InputOption::VALUE_NONE, "If supplied, the .travis.yml file will use travis' container environment.");
}
protected function execute(InputInterface $input, OutputInterface $output)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter