fix last commit
[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
ccd27f54 7 - nightly\r
6706658b
S
8before_install:\r
9 - pear install pear/PHP_CodeSniffer\r
10 - phpenv rehash\r
11before_script:\r
12 - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF\r
13script:\r
f3669680 14 - find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file > /dev/null\r
6706658b 15 - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/api/" --ignore="WCF/" .