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 dd11ebe commit fe5fcb4Copy full SHA for fe5fcb4
bin/install-dependencies.sh
@@ -21,7 +21,7 @@ fi;
21
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
22
23
# Install PHPCS.
24
- pear install pear/PHP_CodeSniffer
+ pear install pear/PHP_CodeSniffer-2.8.1
25
26
# Install WPCS standards.
27
git clone -b master --depth 1 https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git $HOME/wordpress-coding-standards
0 commit comments