We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2536e5 commit b5d24f5Copy full SHA for b5d24f5
appveyor.yml
@@ -26,5 +26,5 @@ install:
26
27
test_script:
28
- vendor\bin\tester tests -p php
29
- - php parallel-lint.php --exclude vendor --exclude tests\examples --no-colors .
30
- - php parallel-lint.php --exclude vendor --exclude tests\examples .
+ - php parallel-lint --exclude vendor --exclude tests\examples --no-colors .
+ - php parallel-lint --exclude vendor --exclude tests\examples .
0 commit comments