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