From e8b4b2e2794b110c8290d87807af2702a1cc3fc5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Sep 2020 15:06:52 +0200 Subject: [PATCH] Try v1 of php-parallel-lint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca9641ce63e..fc505069fc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -135,7 +135,7 @@ install: fi if [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then composer -n require --ignore-platform-reqs phpunit/phpunit ^5 \ - jakub-onderka/php-parallel-lint ^0 \ + jakub-onderka/php-parallel-lint ^1 \ jakub-onderka/php-console-highlighter ^0 \ squizlabs/php_codesniffer ^3 fi