Build/Test Tools: Remove unnecessary formatting before linting on Travis CI.
Fixes #49722 git-svn-id: https://develop.svn.wordpress.org/trunk@47741 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c570d4409f
commit
09e61958b3
@ -122,7 +122,6 @@ script:
|
|||||||
# __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
|
# __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
|
||||||
LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
|
LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
|
||||||
elif [[ "$WP_TRAVISCI" == "lint:php" ]]; then
|
elif [[ "$WP_TRAVISCI" == "lint:php" ]]; then
|
||||||
docker-compose run --rm php composer format &&
|
|
||||||
docker-compose run --rm php composer lint:errors &&
|
docker-compose run --rm php composer lint:errors &&
|
||||||
docker-compose run --rm php composer lint tests
|
docker-compose run --rm php composer lint tests
|
||||||
elif [[ "$WP_TRAVISCI" == "test:compat" ]]; then
|
elif [[ "$WP_TRAVISCI" == "test:compat" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user