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

Merge branch '3.0.x'

Conflicts:
	.travis.yml
This commit is contained in:
Tim Düsterhus 2015-01-10 15:46:14 +01:00
commit db4bfcf48a

View File

@ -3,9 +3,7 @@ php:
- 5.6
- 5.3
before_install:
- pear config-set auto_discover 1
- pear install pear/PHP_CodeSniffer
- pear install pear.phpunit.de/phpcpd
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
before_script:
- git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
@ -16,4 +14,3 @@ 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 --verbose --min-lines 10 file || true