Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
camo-image-proxy
Commits
9e72b80f
Commit
9e72b80f
authored
Aug 07, 2018
by
Erick Hitter
Browse files
Debug
parent
daffb602
Pipeline
#108
failed with stage
in 14 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e72b80f
...
...
@@ -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.*"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment