mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
18 lines
352 B
YAML
18 lines
352 B
YAML
|
|
language: php
|
|
php:
|
|
- '5.6'
|
|
- '7.0'
|
|
- '7.1'
|
|
- '7.2'
|
|
|
|
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
|
|
|
|
script:
|
|
- php vendor/bin/parallel-lint --no-progress --no-colors --exclude vendor .
|