From 2ead2e4043ab125bee9554f356e0a86742c2d4fa Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Tue, 15 Dec 2015 11:42:16 +0100 Subject: [PATCH] Try to fix appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .