Don't fail because of CS warnings in CI
parent
f4a5a6d7cd
commit
edb0640c35
|
@ -11,7 +11,7 @@ install:
|
|||
- composer install
|
||||
|
||||
script:
|
||||
- vendor/bin/phpcs
|
||||
- vendor/bin/phpcs -n
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue