diff --git a/appveyor.yml b/appveyor.yml index 4cbe3fd5..2d558dc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,5 +25,5 @@ install: test_script: - vendor\bin\tester tests -p php - - parallel-lint --exclude vendor --exclude tests\examples --no-colors . - - parallel-lint --exclude vendor --exclude tests\examples . + - php parallel-lint.php --exclude vendor --exclude tests\examples --no-colors . + - php parallel-lint.php --exclude vendor --exclude tests\examples .