set stricter image, remove php5.6 tests

This commit is contained in:
Julien Fastré 2017-06-20 16:29:19 +02:00
parent 50e5242176
commit 8a00fbf4f9

View File

@ -16,15 +16,17 @@ stages:
- build-doc - build-doc
- deploy-doc - deploy-doc
test:php-5.6:
stage: test
<<: *test_definition
script: php vendor/bin/phpunit
allow_failure: true
test:php-7: test:php-7:
stage: test stage: test
image: chill/ci-image:php-7
<<: *test_definition <<: *test_definition
script: php vendor/bin/phpunit script: php vendor/bin/phpunit
test:php-7.1:
stage: test
image: chill/ci-image:php-7.1
<<: *test_definition
script: php vendor/bin/phpunit
deploy-packagist: deploy-packagist: