From 8b135278e5973c4436b2315b53a35a287319df6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 25 Sep 2013 18:50:43 +0200 Subject: [PATCH] Make phpcpd more verbose --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94188c9..9d091f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_script: script: - find file -type f -name '*.php' |xargs -I file php -l file - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file - - phpcpd file \ No newline at end of file + - phpcpd --verbose --min-lines 10 file \ No newline at end of file