Skip to content

Commit

Permalink
scrutinizer: use multi-environment builds, migrated to new PHP analyzes
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Mar 15, 2018
1 parent aebb5d9 commit dedaf7d
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions .scrutinizer.yml
Expand Up @@ -158,16 +158,22 @@ build:
postgresql: false
redis: false
rabbitmq: false
tests:
override:
- wget https://www.phing.info/get/phing-latest.phar && mv phing-latest.phar phing && chmod +x phing
-
command: ./vendor/bin/phpcs . --extensions=php,phpt --report=checkstyle --report-file=codesniffer.cs --standard=vendor/nexendrie/code-quality/ruleset.xml
analysis:
file: codesniffer.cs
format: 'general-checkstyle'
-
command: ./phing ci-coverage
coverage:
file: coverage.xml
format: php-clover
nodes:
analyzes:
tests:
override:
- php-scrutinizer-run
tests:
tests:
override:
- wget https://www.phing.info/get/phing-latest.phar && mv phing-latest.phar phing && chmod +x phing
-
command: ./vendor/bin/phpcs . --extensions=php,phpt --report=checkstyle --report-file=codesniffer.cs --standard=vendor/nexendrie/code-quality/ruleset.xml
analysis:
file: codesniffer.cs
format: 'general-checkstyle'
-
command: ./phing ci-coverage
coverage:
file: coverage.xml
format: php-clover

0 comments on commit dedaf7d

Please sign in to comment.