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

Revised test matrix

parent 89c5be9b
No related branches found
No related tags found
1 merge request!5Revise test matrix
Pipeline #886 canceled with stages
in 48 minutes and 36 seconds
......@@ -33,7 +33,16 @@ PHP5.3:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
allow_failure: true
PHP5.3:WP45:
stage: test
image: containers.ethitter.com:443/docker/images/php:5.3
services:
- mysql:5.6
variables:
WP_VERSION: '4.5'
script:
- phpunit
PHP5.6:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment