diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..7c3a4f7da01fa07e5048b8f459e33cad6f994665 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +before_script: + - composer require phplint/phplint + +test: + image: bobey/docker-gitlab-ci-runner-php5.6 + script: + - echo "Syntax checking PHP files" + - echo "For more information http://www.icosaedro.it/phplint/" + - vendor/bin/phplint ./ --exclude "vendor"