Open corretge opened 9 years ago
Sometimes we need to create a build that is not using the default PHPCI configuration loaded from phpci.yml file in the repo.
Now, the per-project configuration is loaded only if the phpci.yml file is not present in the repo.
I propose to change the order:
I usually have more than one PHPCI project per repo: The full build, the only phpunit check, the only phpcs&phpmd check, etc...
+1
Sometimes we need to create a build that is not using the default PHPCI configuration loaded from phpci.yml file in the repo.
Now, the per-project configuration is loaded only if the phpci.yml file is not present in the repo.
I propose to change the order:
I usually have more than one PHPCI project per repo: The full build, the only phpunit check, the only phpcs&phpmd check, etc...