Skip to content
Snippets Groups Projects
.gitlab-ci.yml 286 B
Newer Older
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"