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

add GitLab CI

parent 4bb7fb0a
No related branches found
No related tags found
No related merge requests found
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