Skip to content
Snippets Groups Projects
Commit a0b96aed authored by Tibo's avatar Tibo
Browse files

Gitlab-ci

parent 0e68e1d9
No related branches found
No related tags found
No related merge requests found
Pipeline #1547 failed
......@@ -13,6 +13,8 @@ before_script:
# Install xdebug extension (used for phpunit code coverage)
- pecl install xdebug
- docker-php-ext-enable xdebug
- pecl install mongodb-1.4.4
- docker-php-ext-enable mongodb
# Install all project dependencies
- cd web && php ../composer.phar install
# setup Laravel
......
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