From 08c793b91243b913cde2e7b7aeaf15a3358a6a57 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 3 Nov 2016 11:30:22 -0400 Subject: [PATCH] Fix hhvm tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e49f10eb..4ac51106 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,4 @@ test:hhvm: - composer install --no-dev image: 51systems/docker-gitlab-ci-runner-hhvm script: - - phpunit -c build \ No newline at end of file + - hhvm -d hhvm.php7.all=true phpunit -c build \ No newline at end of file