From 436a95224fd1932b3078e83b067e9763d1d97985 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 3 Nov 2016 11:17:37 -0400 Subject: [PATCH] Attempt to 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 1ba4f00..0f357f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,4 @@ test:hhvm: - composer install image: 51systems/docker-gitlab-ci-runner-hhvm script: - - vendor/bin/phpunit --coverage-text --colors=never \ No newline at end of file + - hhvm -d hhvm.php7.all=true vendor/bin/phpunit --coverage-text --colors=never \ No newline at end of file