mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
use downloaded phpunit
This commit is contained in:
parent
4144a336ad
commit
fae191eef7
@ -19,13 +19,13 @@ test:php-7:
|
|||||||
image: chill/ci-image:php-7
|
image: chill/ci-image:php-7
|
||||||
stage: test
|
stage: test
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
script: phpunit
|
script: php vendor/bin/phpunit
|
||||||
|
|
||||||
test:php-7.1:
|
test:php-7.1:
|
||||||
image: chill/ci-image:php-7.1
|
image: chill/ci-image:php-7.1
|
||||||
stage: test
|
stage: test
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
script: phpunit
|
script: php vendor/bin/phpunit
|
||||||
|
|
||||||
deploy-packagist:
|
deploy-packagist:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user