From 94eedc29c01a30a32cf10e14fd0d0a039504ca8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Apr 2017 13:44:41 +0300 Subject: add initial gitlab-ci and selenium stuff --- utils/gitlab-ci/php-lint.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/gitlab-ci/php-lint.sh (limited to 'utils/gitlab-ci/php-lint.sh') 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 -- cgit v1.2.3-54-g00ecf