From 2896d62e08c926fced1fc2cd34ed984a97628010 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 12 May 2015 13:45:25 +0200 Subject: [PATCH] PSR-2 : Improve Travis CI Report --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfb8941d..fc2b5f24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: script: ## PHP_CodeSniffer - - ./vendor/bin/phpcs --report-width=auto --report-summary --report-full Classes/ unitTests/ --standard=PSR2 -n + - ./vendor/bin/phpcs --report-width=200 --report-summary --report-full Classes/ unitTests/ --standard=PSR2 -n ## PHPUnit - phpunit -c ./unitTests/