diff --git a/appveyor.yml b/appveyor.yml index 2f05f2ce..4cbe3fd5 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 .