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

Debug

parent daffb602
Branches
No related tags found
Loading
Pipeline #108 failed
...@@ -13,7 +13,6 @@ before_script: ...@@ -13,7 +13,6 @@ before_script:
# install the required packages for the running CI tests # install the required packages for the running CI tests
- | - |
apt-get -yqqf install lsb-release zip unzip subversion mysql-client --fix-missing apt-get -yqqf install lsb-release zip unzip subversion mysql-client --fix-missing
lsb_release -a
if [[ $(lsb_release -a) =~ "stretch" ]]; then if [[ $(lsb_release -a) =~ "stretch" ]]; then
apt-get -yqqf install default-libmysqlclient-dev --fix-missing apt-get -yqqf install default-libmysqlclient-dev --fix-missing
...@@ -22,7 +21,7 @@ before_script: ...@@ -22,7 +21,7 @@ before_script:
fi fi
# PHP extensions # 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 - docker-php-ext-enable mbstring mysqli intl gd zip bz2
# Install Composer # Install Composer
...@@ -33,7 +32,7 @@ before_script: ...@@ -33,7 +32,7 @@ before_script:
# PHPUnit # PHPUnit
- | - |
if [[ $(php -v) =~ "^PHP 7\." ]]; then if [[ $(php -v) =~ "PHP 7." ]]; then
php composer.phar global require "phpunit/phpunit=6.1.*" php composer.phar global require "phpunit/phpunit=6.1.*"
else else
php composer.phar global require "phpunit/phpunit=4.8.*" 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