- - ./vendor/bin/parallel-lint --exclude vendor .
-
-# Run same tests with PHP5.6
-test_app_php56:
- image: php:5.6
- script:
- - ./vendor/bin/parallel-lint --exclude vendor .
+ - ./vendor/bin/parallel-lint --exclude vendor .
+ - ./vendor/bin/php-cs-fixer -vvv fix . --dry-run --using-cache=no --rules=@PSR2