diff --git a/plugins/templates/matrix-redis.yml b/plugins/templates/matrix-redis.yml index 3cf1c9af9223e4656ce53a8f1648b85bfdd7978c..e01f1273b43460698b555061215aed5b378cc43e 100644 --- a/plugins/templates/matrix-redis.yml +++ b/plugins/templates/matrix-redis.yml @@ -1,13 +1,3 @@ -PHPunit:PHP5.6:MySQL:Redis: - stage: test - image: containers.ethitter.com:443/docker/images/php:5.6 - services: - - mysql:5.6 - - redis:alpine - script: - - find . -type "f" -iname "*.php" | xargs -L "1" php -l - - phpunit - PHPunit:PHP7.0:MySQL:Redis: stage: test image: containers.ethitter.com:443/docker/images/php:7.0 diff --git a/plugins/templates/matrix.yml b/plugins/templates/matrix.yml index 6240fae7849596c6ae46a44761c60345da09be39..3783ee9c545007ca0217958e36aad5db3c511ca2 100644 --- a/plugins/templates/matrix.yml +++ b/plugins/templates/matrix.yml @@ -1,12 +1,3 @@ -PHPunit:PHP5.6:MySQL: - stage: test - image: containers.ethitter.com:443/docker/images/php:5.6 - services: - - mysql:5.6 - script: - - find . -type "f" -iname "*.php" | xargs -L "1" php -l - - phpunit - PHPunit:PHP7.0:MySQL: stage: test image: containers.ethitter.com:443/docker/images/php:7.0