Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-08-09 14:17:15 +0300
committerSimon Knox <psimyn@gmail.com>2017-08-09 14:17:15 +0300
commit0cb88374cea8d7b907b40ae223b34f5b946d0100 (patch)
tree31164bd9c18979ccdd25430bf70534a4bc6ab464 /vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml
parent142403ac738d47fe29c28d50f01a9fcffe139748 (diff)
update gitignores and licenses - generated by bin/rake gitlab:update_templates
Diffstat (limited to 'vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml')
-rw-r--r--vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml b/vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml
index 434de4f055a..0ad662cf704 100644
--- a/vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml
+++ b/vendor/gitlab-ci-yml/Laravel.gitlab-ci.yml
@@ -34,6 +34,10 @@ before_script:
# Install php extensions
- docker-php-ext-install mbstring mcrypt pdo_mysql curl json intl gd xml zip bz2 opcache
+ # Install & enable Xdebug for code coverage reports
+ - pecl install xdebug
+ - docker-php-ext-enable xdebug
+
# Install Composer and project dependencies.
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install