Skip to content

Commit

Permalink
PHPunit already looks for syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Sep 13, 2016
1 parent 71d99f3 commit 0d803ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d803ef

Please sign in to comment.