Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Commit

Permalink
Skip phpcs on PHP 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Aug 16, 2017
1 parent 9469601 commit aebe864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dev-lib
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ CHECK_SCOPE=changed-files
PHPCS_RULESET_FILE=phpcs.xml.dist
WPCS_BRANCH=develop
PHPCS_PHAR_URL=https://github.com/squizlabs/PHP_CodeSniffer/releases/download/2.9.0/phpcs.phar

if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.2" ]]; then
DEV_LIB_SKIP="$DEV_LIB_SKIP,phpcs"
fi

0 comments on commit aebe864

Please sign in to comment.