Skip to content
Snippets Groups Projects

Revise test matrix

Merged Erick Hitter requested to merge fix/5.3-test into master
1 file
+ 10
1
Compare changes
  • Side-by-side
  • Inline
+ 10
1
@@ -33,7 +33,16 @@ PHP5.3:
@@ -33,7 +33,16 @@ PHP5.3:
script:
script:
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- find . -type "f" -iname "*.php" | xargs -L "1" php -l
- phpunit
- 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:
PHP5.6:
stage: test
stage: test
Loading