Skip to content
Snippets Groups Projects
Commit 9e72b80f authored by Erick Hitter's avatar Erick Hitter
Browse files

Debug

parent daffb602
No related branches found
No related tags found
1 merge request!1Add GitLab CI
Pipeline #108 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -13,7 +13,6 @@ before_script:
# install the required packages for the running CI tests
- |
apt-get -yqqf install lsb-release zip unzip subversion mysql-client --fix-missing
lsb_release -a
if [[ $(lsb_release -a) =~ "stretch" ]]; then
apt-get -yqqf install default-libmysqlclient-dev --fix-missing
......@@ -22,7 +21,7 @@ before_script:
fi
# PHP extensions
- docker-php-ext-install mbstring mysqli
- docker-php-ext-install mbstring mysqli intl gd zip bz2
- docker-php-ext-enable mbstring mysqli intl gd zip bz2
# Install Composer
......@@ -33,7 +32,7 @@ before_script:
# PHPUnit
- |
if [[ $(php -v) =~ "^PHP 7\." ]]; then
if [[ $(php -v) =~ "PHP 7." ]]; then
php composer.phar global require "phpunit/phpunit=6.1.*"
else
php composer.phar global require "phpunit/phpunit=4.8.*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment