Skip to content
Snippets Groups Projects
Commit 23492793 authored by lucha's avatar lucha
Browse files

added CI for composer

parent 1c31db2f
Branches
No related tags found
No related merge requests found
stages:
- test
test:
stage: test
image: composer:latest
script:
- composer install --prefer-dist --no-ansi --no-progress --no-suggest --no-interaction
cache:
paths:
- vendor/
- app/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment