Forked from
ISPConfig / ISPConfig 3
3436 commits behind the upstream repository.
-
Marius Burkard authoredMarius Burkard authored
.gitlab-ci.yml 397 B
# Defines stages which are to be executed
stages:
- syntax
#
### Stage syntax
#
syntax:lint:
stage: syntax
image: bobey/docker-gitlab-ci-runner-php7
allow_failure: false
only:
- schedules
- web
script:
- composer require overtrue/phplint
- echo "Syntax checking PHP files"
- echo "For more information http://www.icosaedro.it/phplint/"
- vendor/bin/phplint