PHPunit already looks for syntax errors

This commit is contained in:
Claudio Sanches 2016-09-13 17:45:40 -03:00
parent 71d99f3434
commit 0d803ef5a1
1 changed files with 0 additions and 2 deletions

View File

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