actually use the correct composer command to install phpunit for hhvm
This commit is contained in:
parent
d30e90937b
commit
f163ea41d6
@ -28,7 +28,7 @@ test:7:
|
|||||||
|
|
||||||
test:hhvm:
|
test:hhvm:
|
||||||
before_script:
|
before_script:
|
||||||
- composer install -g phpunit
|
- composer global require "phpunit/phpunit"
|
||||||
image: 51systems/docker-gitlab-ci-runner-hhvm
|
image: 51systems/docker-gitlab-ci-runner-hhvm
|
||||||
script:
|
script:
|
||||||
- phpunit -c build
|
- phpunit -c build
|
Loading…
Reference in New Issue
Block a user