add error and exception handler
[GitHub/Stricted/Domain-Control-Panel.git] / .travis.yml
CommitLineData
6706658b
S
1language: php\r
2php:\r
3 - 5.3\r
4 - 5.4\r
5 - 5.5\r
6 - 5.6\r
7before_install:\r
8 - pear install pear/PHP_CodeSniffer\r
9 - phpenv rehash\r
10before_script:\r
11 - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF\r
12script:\r
f3669680 13 - find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file > /dev/null\r
6706658b 14 - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/api/" --ignore="WCF/" .