From bda020ef937de5970f9405b93985c0923766d9e2 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 16 Feb 2021 01:31:48 +0100 Subject: [PATCH] Attempt to fix travis build (cherry picked from commit d019fbc050211fe8a3473f8cf473a750944166d1) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eed3ab43..88783df1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,14 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 cache: directories: - $HOME/.composer/cache before_script: - - composer require jakub-onderka/php-parallel-lint --no-suggest --no-progress --no-interaction --no-ansi --quiet --optimize-autoloader + - composer require php-parallel-lint/php-parallel-lint --no-suggest --no-progress --no-interaction --no-ansi --quiet --optimize-autoloader script: - - php vendor/bin/parallel-lint --no-progress --no-colors --exclude vendor . + - php vendor/bin/parallel-lint --no-progress --no-colors --exclude vendor --exclude OTS_DB_PDOQuery.php .