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: |