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
0320f7a7
Commit
0320f7a7
authored
Aug 07, 2018
by
Erick Hitter
Browse files
Typo
parent
bddcf8e6
Pipeline
#105
failed with stage
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0320f7a7
...
...
@@ -14,7 +14,7 @@ before_script:
-
|
apt-get -yqqf install zip unzip subversion mysql-client --fix-missing
if [[ $(lsb_relase -a) =~ "stretch" ]]; then
if [[ $(lsb_rel
e
ase -a) =~ "stretch" ]]; then
apt-get -yqqf install default-libmysqlclient-dev --fix-missing
else
apt-get -yqqf install libmysqlclient-dev --fix-missing
...
...
@@ -32,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