diff --git a/.travis.yml b/.travis.yml index a080916..1751308 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: fast-finish: true script: - - find . -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null + - find . -not \( -path './vendor' -prune \) -type f -name '*.php' -print0 | xargs -0 -I file php -l file > /dev/null before_deploy: - composer install