mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
Attempt to fix travis build
(cherry picked from commit d019fbc050211fe8a3473f8cf473a750944166d1)
This commit is contained in:
parent
f0c136c421
commit
bda020ef93
@ -7,13 +7,14 @@ php:
|
|||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
|
- 8.0
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
before_script:
|
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:
|
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 .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user