From 6d735ebab54b2be2418e2908b0b3bb3486440139 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 6 Feb 2017 11:35:21 -0500 Subject: [PATCH] Update test config to allow hhvm failures --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e6660a9..c237b88d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ test:7.1: - phpunit -c build --coverage-text --colors=never test:hhvm: + allow_failure: true before_script: - /usr/local/bin/composer self-update - curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar