Skip to content
Snippets Groups Projects
Commit c75799f2 authored by Jan Kuchař's avatar Jan Kuchař
Browse files

Merge branch 'add-ci' into 'master'

add GitLab CI

See merge request grifart-internal/authorization!1
parents 4bb7fb0a 27c50fff
No related branches found
No related tags found
1 merge request!1add GitLab CI
Pipeline #11536 passed
cache:
paths:
- vendor/
test:
tags: [grifart/php7.1-with-gulp-and-all-php-modules]
image: grifart/php7.1-with-gulp-and-all-php-modules
before_script:
- composer install --no-interaction --prefer-dist
script:
- vendor/bin/tester ./tests/cases
- vendor/bin/phpstan analyse --no-progress --level 7 src/
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