From d702f498bff84edf2e859577ca544eae0af0b9f5 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Fri, 31 May 2019 11:52:23 +1200 Subject: [PATCH] Remove phpredis --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 170c0c2..49244bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # Install git (the php image doesn't have it) which is required by composer apt-get update -yq - apt-get install git redis-server phpredis -y + apt-get install git redis-server -y # Install phpunit, the tool that we will use for testing curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar