Select Git revision
.gitlab-ci.yml
.gitlab-ci.yml 193 B
image: php:latest
cache:
paths:
- vendor
build:
stage: build
script:
- ./tools/composer install
test:
stage: test
script:
- ./tools/composer test