actually use the correct composer command to install phpunit for hhvm

This commit is contained in:
Timothy Warren 2016-08-03 18:25:28 -04:00
parent 7e05a4dcc2
commit 8f3ce089a4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ test:7:
test:hhvm:
before_script:
- composer install -g phpunit
- composer global require "phpunit/phpunit"
image: 51systems/docker-gitlab-ci-runner-hhvm
script:
- phpunit -c build