ci: check syntax via php first

This commit is contained in:
Andrew Dolgov
2017-04-26 16:26:53 +03:00
parent 897804cef2
commit 3923815580
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh -e
exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l