From 1d6e347b7877dd0f5df1c37b976c23ef497dea46 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 3 Aug 2016 18:43:09 -0400 Subject: [PATCH] Another attempt at hhvm setup --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3ebbddc..265afb81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,10 @@ test:7: test:hhvm: before_script: - - composer global require "phpunit/phpunit" + - /usr/local/bin/composer self-update + - curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar + - chmod +x /usr/local/bin/phpunit + - composer install --no-dev image: 51systems/docker-gitlab-ci-runner-hhvm script: - phpunit -c build \ No newline at end of file