From 79153ae43360b3e25ce3bed4ba108d58e15aca21 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 15 Feb 2017 08:55:51 -0500 Subject: [PATCH] Attempt testing hhvm with a different docker image --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7ea169f..3bdf9763 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ test:hhvm: - curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar - chmod +x /usr/local/bin/phpunit - composer install --no-dev --ignore-platform-reqs - image: 51systems/docker-gitlab-ci-runner-hhvm + #image: 51systems/docker-gitlab-ci-runner-hhvm + image: 2ndkauboy/gitlab-ci-runner-hhvm script: - hhvm -d hhvm.php7.all=true /usr/local/bin/phpunit -c build --coverage-text --colors=never \ No newline at end of file