Fixes method documentation
[GitHub/WoltLab/WCF.git] / .travis.yml
1 language: php
2 php:
3 - 5.4
4 - 5.3
5 before_install:
6 - pear install pear/PHP_CodeSniffer
7 - phpenv rehash
8 script:
9 - find . -type f -name '*.php' |xargs -I file php -l file > /dev/null
10 - phpcs -p --extensions=php --standard="`pwd`/CodeSniff/WCF" .