diff --git a/.travis.yml b/.travis.yml index c56006d72a7..5d3dbde8dbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,8 +37,6 @@ before_script: - phpenv rehash script: - # Search for PHP syntax errors. - - find . \( -name '*.php' -not -path "./vendor/*" \) -exec php -lf {} \; # Run PHPUnit tests. - phpunit -c phpunit.xml.dist # WordPress Coding Standards.