Skip to content

Commit

Permalink
Pinning phpcs to 2.9 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored and ruebot committed May 9, 2017
1 parent d56712d commit 2c208c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/travis_setup_drupal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $SCRIPT_DIR/travis_setup_php.sh
echo "Install utilities needed for testing"
mkdir /opt/utils
cd /opt/utils
composer require squizlabs/php_codesniffer
composer require squizlabs/php_codesniffer ^2.9
composer require drupal/coder
composer require sebastian/phpcpd
sudo ln -s /opt/utils/vendor/bin/phpcs /usr/bin/phpcs
Expand Down

0 comments on commit 2c208c7

Please sign in to comment.