Update .travis.yml

This commit is contained in:
slawkens 2021-02-16 01:56:11 +01:00
parent 0ba886bc6b
commit 5dbfde62a6

View File

@ -17,4 +17,4 @@ before_script:
- composer require php-parallel-lint/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: script:
- php vendor/bin/parallel-lint --no-progress --no-colors --exclude vendor --exclude "system/libs/pot/OTS_DB_PDOQuery.php" . - php vendor/bin/parallel-lint --no-progress --no-colors --exclude vendor --exclude "system/libs/pot/OTS_DB_PDOQuery.php" --exclude "system/libs/phpmailer/extras/htmlfilter.php" .