diff --git a/.travis.yml b/.travis.yml index 0cf228882..22c4c9db5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,7 @@ before_script: - git config --global user.email travis@example.com script: + - ( set -e; for f in $(find src/ -name *.php); do php -l "$f" || exit 1; done ) - if [[ $PHPSTAN == "1" ]]; then bin/composer require --dev phpstan/phpstan:^0.12 phpunit/phpunit:^7.5 --no-update && bin/composer update phpstan/* phpunit/* sebastian/* --with-all-dependencies &&