From b20bf043f0bf93f27896ff3bb9af6e9881ca4bf4 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 10 Apr 2017 09:32:22 +0200 Subject: [PATCH] TASK: Don't show warnings * On CI we just want to make sure we don't have any errors. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0afc2bf..70c0f43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: