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
592f0567
Commit
592f0567
authored
Aug 18, 2018
by
Erick Hitter
Browse files
Don't test unsupported PHP versions
parent
c0d1d861
Pipeline
#475
failed with stage
in 11 minutes and 39 seconds
Changes
1
Pipelines
29
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
592f0567
...
...
@@ -24,22 +24,6 @@ before_script:
-
composer global require automattic/vipwpcs
-
phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs,$HOME/.composer/vendor/automattic/vipwpcs
PHPunit:PHP5.3:MySQL:
image
:
containers.ethitter.com:443/docker/images/php:5.3
services
:
-
mysql:5.6
script
:
-
phpcs -n
-
phpunit
PHPunit:PHP5.6:MySQL:
image
:
containers.ethitter.com:443/docker/images/php:5.6
services
:
-
mysql:5.6
script
:
-
phpcs -n
-
phpunit
PHPunit:PHP7.0:MySQL:
image
:
containers.ethitter.com:443/docker/images/php:7.0
services
:
...
...
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