From 8f3ce089a47b12721af7374a2403fdb08b4507f9 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 3 Aug 2016 18:25:28 -0400 Subject: [PATCH] actually use the correct composer command to install phpunit for hhvm --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99346c5d..f3ebbddc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file