diff --git a/appveyor.yml b/appveyor.yml index d5745a2a..2f05f2ce 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 . + - .\parallel-lint --exclude vendor --exclude tests\examples --no-colors . + - .\parallel-lint --exclude vendor --exclude tests\examples .