Skip to content

Commit c6e04d8

Browse files
author
mutec
committed
clone WCF 2.1-Codesniffs
1 parent d6aa0c2 commit c6e04d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- pear install pear/PHP_CodeSniffer
88
- phpenv rehash
99
before_script:
10-
- git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
10+
- git clone --branch=2.1 --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
1111
script:
1212
- find . -type f -name '*.php' -not -path './WCF/*' -print0 |xargs -0 -I file -P 4 php -l file > /dev/null
1313
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" . --ignore="/WCF/*"

0 commit comments

Comments
 (0)