From 4d6af203ae37ac8e2fdd78291bcff09d16c88077 Mon Sep 17 00:00:00 2001 From: Cyrille Date: Thu, 9 May 2019 13:08:07 +0100 Subject: [PATCH] removed composer --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37b9362..44d881d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,10 +5,6 @@ jobs: - image: circleci/node:10.13 steps: - checkout - - run: - name: Setup dependencies - command: | - sudo composer install -n --prefer-dist - run: name: Setup Code Climate test-reporter command: |