use downloaded phpunit

This commit is contained in:
Julien Fastré 2017-06-22 23:07:11 +02:00
parent 4144a336ad
commit fae191eef7

View File

@ -19,13 +19,13 @@ test:php-7:
image: chill/ci-image:php-7
stage: test
<<: *test_definition
script: phpunit
script: php vendor/bin/phpunit
test:php-7.1:
image: chill/ci-image:php-7.1
stage: test
<<: *test_definition
script: phpunit
script: php vendor/bin/phpunit
deploy-packagist:
stage: deploy