@@ -23,6 +23,7 @@ before_script:
- cd tests && ../vendor/bin/codecept build
script:
+ - find ../ -path '../vendor' -prune -o -type f -iname "*.php" -print0 | xargs -0 -n1 php -l
- ../vendor/bin/codecept run
matrix:
fast_finish: true