Skip to content

Commit

Permalink
adds php-cs-fixer download to system_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 18, 2018
1 parent b2c3cd6 commit f5527e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .kokoro/system_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export IS_PULL_REQUEST=$KOKORO_GITHUB_PULL_REQUEST_COMMIT
bash testing/run_test_suite.sh

# Run code standards check on latest version of PHP
if [ ! -z "${IS_PULL_REQUEST}" ] && \
[ "${RUN_CS_CHECK}" = "true" ]
then
if [ "${RUN_CS_CHECK}" = "true" ]; then
wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -O php-cs-fixer \
&& chmod a+x php-cs-fixer
bash testing/run_cs_check.sh
fi

0 comments on commit f5527e9

Please sign in to comment.