From 66e51af8d7a45f6b33bd1229b6434d0df0edd29d 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