Skip to content

Commit

Permalink
Add drupal-check on Circle with composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed May 18, 2020
1 parent d9fd1ca commit 9c9b908
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c9b908

Please sign in to comment.