From 09e61958b39d7e0889017a0b7414c81c532d13d9 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 2 May 2020 17:44:11 +0000 Subject: [PATCH] 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9634c3a509..b6139ac55e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -122,7 +122,6 @@ script: # __fakegroup__ is excluded to force PHPUnit to ignore the settings in phpunit.xml.dist. LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__ 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 tests elif [[ "$WP_TRAVISCI" == "test:compat" ]]; then