From 9c9b908bc2a201f90e807c92d639da9f505eae94 Mon Sep 17 00:00:00 2001 From: Bec White Date: Mon, 18 May 2020 16:17:53 -0500 Subject: [PATCH] Add drupal-check on Circle with composer. --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c4d401b..24242e37 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,11 +53,7 @@ jobs: # is available to run within our VM. - run: name: Install drupal-check - command: | - curl -O -L https://github.com/mglaman/drupal-check/releases/latest/download/drupal-check.phar - mkdir --parents ~/bin - mv drupal-check.phar ~/bin/drupal-check - chmod +x ~/bin/drupal-check + command: composer global require mglaman/drupal-check # Composer package cache - restore_cache: