summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/php-lint.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-25 13:44:41 +0300
committerAndrew Dolgov <[email protected]>2017-04-25 13:44:41 +0300
commit94eedc29c01a30a32cf10e14fd0d0a039504ca8a (patch)
treeacc5e66d941ec64e0cf67dfce199bdeea5b0379f /utils/gitlab-ci/php-lint.sh
parent3c111597768a13ae05463b044f6e4d6dc18d8be0 (diff)
add initial gitlab-ci and selenium stuff
Diffstat (limited to 'utils/gitlab-ci/php-lint.sh')
-rw-r--r--utils/gitlab-ci/php-lint.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/gitlab-ci/php-lint.sh b/utils/gitlab-ci/php-lint.sh
new file mode 100644
index 000000000..ceaee1466
--- /dev/null
+++ b/utils/gitlab-ci/php-lint.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+exec find . -name "*.php" -print0 | xargs -0 -n1 php -q -l