From 84e4fb3557a908d6b90b477e0d9ee7ac923bdaef Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@microserve.io> Date: Mon, 27 Nov 2017 14:27:21 +0000 Subject: [PATCH] Install git and unzip --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32e38dce..fefc4da1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,7 @@ jobs: docker: - image: php:7.1 steps: + - run: apt-get update && apt-get -y install git unzip - checkout - run: name: Install Composer