|
@@ -42,7 +42,7 @@ before_script:
|
|
|
|
|
|
|
|
script:
|
|
script:
|
|
|
- sh -c "if [ '$PHPCS' != '1' ]; then phpunit; fi"
|
|
- sh -c "if [ '$PHPCS' != '1' ]; then phpunit; fi"
|
|
|
- - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi"
|
|
|
|
|
|
|
+ - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p -n --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi"
|
|
|
|
|
|
|
|
notifications:
|
|
notifications:
|
|
|
email: false
|
|
email: false
|