Skip to content
Snippets Groups Projects
Commit 5cb32375 authored by Herman van Rink's avatar Herman van Rink
Browse files

Add minimal GitLab CI file for code linting

parent f2f3ac71
No related branches found
No related tags found
No related merge requests found
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment