Mercurial > hg > cmmr2012-drupal-site
comparison core/drupalci.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
3 # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing | 3 # https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing |
4 build: | 4 build: |
5 assessment: | 5 assessment: |
6 validate_codebase: | 6 validate_codebase: |
7 phplint: | 7 phplint: |
8 # Re-run composer install to ensure the dependencies resolve for the | |
9 # containerized PHP version. | |
10 container_composer: | |
11 options: ' install --prefer-dist --no-suggest --no-progress --no-interaction' | |
12 halt-on-fail: true | |
13 csslint: | 8 csslint: |
14 halt-on-fail: false | 9 halt-on-fail: false |
15 eslint: | 10 eslint: |
16 # A test must pass eslinting standards check in order to continue processing. | 11 # A test must pass eslinting standards check in order to continue processing. |
17 halt-on-fail: false | 12 halt-on-fail: false |