Skip to content

Commit b5d24f5

Browse files
committed
Fix appveyor build after merges
1 parent a2536e5 commit b5d24f5

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
@@ -26,5 +26,5 @@ install:
2626

2727
test_script:
2828
- 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 .
29+
- php parallel-lint --exclude vendor --exclude tests\examples --no-colors .
30+
- php parallel-lint --exclude vendor --exclude tests\examples .

0 commit comments

Comments
 (0)