TASK: Don't show warnings
* On CI we just want to make sure we don't have any errors.
This commit is contained in:
parent
cb6562b18e
commit
b20bf043f0
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ lint:coding-guideline:
|
||||||
image: php:7.0-alpine
|
image: php:7.0-alpine
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./vendor/bin/phpcs -s
|
- ./vendor/bin/phpcs -s -n
|
||||||
- ./vendor/bin/phpcs -s > result/phpcs-summary.txt
|
- ./vendor/bin/phpcs -s -n > result/phpcs-summary.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue