From a261ae648fafaf414db7a54c225efcd956c712ef Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 27 Nov 2017 14:16:35 +0000 Subject: [PATCH] Run composer install --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d59c8d51..08e65bab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ jobs: - image: php:7.1 steps: - checkout + - run: composer install - run: ./vendor/bin/phpunit workflows: