Skip to content

Commit

Permalink
Test Cloudflare and Coffee
Browse files Browse the repository at this point in the history
Tests #55
  • Loading branch information
mglaman committed May 3, 2019
1 parent b359166 commit 3531f3b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ commands:
project:
type: string
steps:
- run: composer require << parameters.project >> --working-dir /tmp/drupal
- run: composer require << parameters.project >> --working-dir /tmp/drupal --prefer-source
global-require:
steps:
- run:
Expand Down Expand Up @@ -165,6 +165,18 @@ jobs:
name: Phar - Run against a module
command: |
php drupal-check.phar /tmp/drupal/web/modules/contrib/ctools || if (($? == 255)); then false; else true; fi
- require-contrib:
project: drupal/cloudflare
- run:
name: Phar - Run against a module
command: |
php drupal-check.phar /tmp/drupal/web/modules/contrib/cloudflare || if (($? == 255)); then false; else true; fi
- require-contrib:
project: drupal/coffee
- run:
name: Phar - Run against a module
command: |
php drupal-check.phar /tmp/drupal/web/modules/contrib/coffee || if (($? == 255)); then false; else true; fi
test_global_require_with_drush:
<<: *defaults
steps:
Expand Down

0 comments on commit 3531f3b

Please sign in to comment.