actually use the correct composer command to install phpunit for hhvm
This commit is contained in:
parent
7e05a4dcc2
commit
8f3ce089a4
@ -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