From 0d803ef5a101538780999987c60f434aff3d2dbb Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 13 Sep 2016 17:45:40 -0300 Subject: [PATCH] PHPunit already looks for syntax errors --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) 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.