Updated phpci.yml to use the configuration files.

This commit is contained in:
Adirelle 2015-04-14 10:07:25 +02:00
parent ee67aacb4d
commit e33e295e8a

View file

@ -17,8 +17,10 @@ setup:
test:
php_mess_detector:
allowed_warnings: 0
rules:
- phpmd.xml
php_code_sniffer:
standard: "PSR2"
standard: phpcs.xml
allowed_warnings: 0
allowed_errors: 0
php_loc: