Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 15, 2017
2 parents a315cfa + 1095829 commit 9664103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/ci-lint
Expand Up @@ -7,5 +7,7 @@ else
fi

for FILE in $FILES ; do
php -l $FILE
if [ -f $FILE ] ; then
php -l $FILE
fi
done

0 comments on commit 9664103

Please sign in to comment.