TASK: Don't show warnings

* On CI we just want to make sure we don't have any errors.
This commit is contained in:
Daniel Siepmann 2017-04-10 09:32:22 +02:00
parent cb6562b18e
commit b20bf043f0
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -11,8 +11,8 @@ lint:coding-guideline:
image: php:7.0-alpine
stage: test
script:
- ./vendor/bin/phpcs -s
- ./vendor/bin/phpcs -s > result/phpcs-summary.txt
- ./vendor/bin/phpcs -s -n
- ./vendor/bin/phpcs -s -n > result/phpcs-summary.txt
artifacts:
when: on_failure
paths: