Skip to content

Commit 22ff5c0

Browse files
committed
Fixed directory separator in appveyor
1 parent 66d841d commit 22ff5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ install:
2525

2626
test_script:
2727
- vendor\bin\tester tests -p php
28-
- ./parallel-lint --exclude vendor --exclude tests/examples --no-colors .
29-
- ./parallel-lint --exclude vendor --exclude tests/examples .
28+
- .\parallel-lint --exclude vendor --exclude tests\examples --no-colors .
29+
- .\parallel-lint --exclude vendor --exclude tests\examples .

0 commit comments

Comments
 (0)