1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Make phpcpd non fatal

This commit is contained in:
Tim Düsterhus 2013-11-19 20:53:36 +01:00
parent bf1ea5f411
commit 686ac853cc

View File

@ -17,4 +17,4 @@ before_script:
script: script:
- find file -type f -name '*.php' |xargs -I file php -l file - find file -type f -name '*.php' |xargs -I file php -l file
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file
- phpcpd --verbose --min-lines 10 file - phpcpd --verbose --min-lines 10 file ; exit 0