Select Git revision
composer.json
-
Sebastian Pisula authoredSebastian Pisula authored
This project manages its dependencies using Composer.
Learn more
.gitlab-ci.yml 223 B
image: composer
cache:
paths:
- vendor
build:
stage: build
script:
- "$CI_PROJECT_DIR/tools/composer install"
test:
stage: test
script:
- "$CI_PROJECT_DIR/tools/composer test"