Skip to content

Commit fe5fcb4

Browse files
committed
fixed phpcs version.
1 parent dd11ebe commit fe5fcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi;
2121
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
2222

2323
# Install PHPCS.
24-
pear install pear/PHP_CodeSniffer
24+
pear install pear/PHP_CodeSniffer-2.8.1
2525

2626
# Install WPCS standards.
2727
git clone -b master --depth 1 https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git $HOME/wordpress-coding-standards

0 commit comments

Comments
 (0)