diff --git a/defaults.properties.yml b/defaults.properties.yml index 0119f1bc..3b816bb3 100644 --- a/defaults.properties.yml +++ b/defaults.properties.yml @@ -236,6 +236,7 @@ phpmd: # File extensions to review. suffixes: php,inc,module,theme,profile,install,test + # Configuration for running behat tests. # # Putting these flags in configuration allows you to vary the behat configuration per @@ -248,3 +249,12 @@ phpmd: # http://docs.behat.org/en/v2.5/guides/7.config.html#profiles) behat: args: "--suite=default --strict" + + +# Configuration for composer. +# +# Use this configuration if you're running on an environment where composer is not +# available on the command line as `composer` or `composer.phar`. In some cases, you may +# need to add composer to your project itself with `composer require composer/composer`. +# composer: +# composer: /path/to/composer.phar diff --git a/tasks/artifact.xml b/tasks/artifact.xml index 736a4bd1..24bb4c6c 100644 --- a/tasks/artifact.xml +++ b/tasks/artifact.xml @@ -230,7 +230,9 @@ Installing composer dependencies in the artifact... - + + + Deleting .git subdirectories added by Composer... diff --git a/tasks/the-build.xml b/tasks/the-build.xml index ba98211f..0dd92d46 100644 --- a/tasks/the-build.xml +++ b/tasks/the-build.xml @@ -91,6 +91,19 @@ + + + + + + + + + + + + +