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