We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aa0c2 commit c6e04d8Copy full SHA for c6e04d8
.travis.yml
@@ -7,7 +7,7 @@ before_install:
7
- pear install pear/PHP_CodeSniffer
8
- phpenv rehash
9
before_script:
10
- - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
+ - git clone --branch=2.1 --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
11
script:
12
- find . -type f -name '*.php' -not -path './WCF/*' -print0 |xargs -0 -I file -P 4 php -l file > /dev/null
13
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" . --ignore="/WCF/*"
0 commit comments