Just check without removing output

This commit is contained in:
Daniil Gentili 2019-06-19 11:27:42 +02:00
parent 3f03a7b21a
commit ab52516113

View File

@ -89,7 +89,7 @@ cd ..
find phar5 -type f -exec sed 's/\w* \.\.\./.../' -i {} +
# Make sure conversion worked
for f in $(find . -type f -name '*.php'); do php -l $f | grep -v 'No syntax errors';done
for f in $(find . -type f -name '*.php'); do php -l $f;done
#[ "$TRAVIS_BRANCH" != "master" ] && branch="-$TRAVIS_BRANCH" || branch=""
branch="-$TRAVIS_BRANCH"