Install git and unzip

This commit is contained in:
Oliver Davies 2017-11-27 14:27:21 +00:00
parent 5fc6a8c68b
commit 84e4fb3557

View file

@ -5,6 +5,7 @@ jobs:
docker: docker:
- image: php:7.1 - image: php:7.1
steps: steps:
- run: apt-get update && apt-get -y install git unzip
- checkout - checkout
- run: - run:
name: Install Composer name: Install Composer